- 11 May, 2023 2 commits
-
-
Nicoco K authored
self.default_ns is defined in BaseXMPP.__init__(), so ComponentXMPP._fix_error_ns() has to be called later
- 01 May, 2023 2 commits
-
-
Link Mauve authored
Fix registration See merge request !246
-
Link Mauve authored
This iq nonza wasn’t marked as allowed to be sent on an unauthenticated stream.
-
- 18 Apr, 2023 3 commits
- 04 Apr, 2023 5 commits
-
-
Link Mauve authored
-
Link Mauve authored
-
Link Mauve authored
xep0402: add password and extension See merge request !242
-
Nicoco K authored
- 03 Apr, 2023 5 commits
-
-
Maxime Buquet authored
jid: add 'bare' parameter to JID to discard resource See merge request !238
-
Link Mauve authored
XEP-0377: Update to latest revision (bump ns) See merge request !239
-
Maxime Buquet authored
Signed-off-by:Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Add support for XEP0402 (PEP Native bookmarks) See merge request !240
-
Nicolas Cedilnik authored
-
- 18 Mar, 2023 1 commit
-
-
Maxime Buquet authored
Signed-off-by:Maxime “pep” Buquet <pep@bouah.net>
-
- 07 Mar, 2023 3 commits
-
-
Maxime Buquet authored
xep_0030: asyncio.wait takes tasks See merge request !228
-
- 25 Feb, 2023 3 commits
-
-
Maxime Buquet authored
xep_0030: small fixes for components See merge request !236
-
Nicoco K authored
kwargs can never have 'ifrom' since it's in the method signature
-
Nicoco K authored
-
- 24 Feb, 2023 6 commits
-
-
Maxime Buquet authored
Improve errors See merge request !230
-
Nicoco K authored
Components are likely to be MUC services more than muc participants, and reply() is used when XMPPError is raised, where it makes no sense to strip the resource
-
Nicoco K authored
so it is added to the reply stanzas
-
Nicoco K authored
and set recommended defaults for type based on condition
-
Maxime Buquet authored
XEP-0447: minimal support (outgoing) See merge request !235
-
Maxime Buquet authored
XEP-0385: minimal support See merge request !234
-
- 23 Feb, 2023 10 commits
-
-
Maxime Buquet authored
XEP-0461: fixes See merge request !233
-
Maxime Buquet authored
xep_0054: raise item-not-found instead of trying to call None.send() See merge request !232
-
Maxime Buquet authored
xep_0050:allow partial coroutines as handlers See merge request !231
-
Nicoco K authored
-
Nicoco K authored
I think this time I got it right, confirmed against client implementations (dino and movim)
-
Nicoco K authored
the XEP should be updated soon, confirmed by author, other implementations use this namespace
-
Nicoco K authored
- includes bits of other required XEPs - only implements 'outgoing' SIMS
-
Nicoco K authored
-
Nicoco K authored
-
Maxime Buquet authored
Fix tests and stop misusing __all__ See merge request !229
-