summaryrefslogtreecommitdiff
path: root/slixmpp
AgeCommit message (Collapse)Author
2019-02-02Make the cache encode and decode not crash if something goes wrongmathieui
2019-02-02Add a "remove" action on the cache APImathieui
2019-02-02Fix XEP-0335mathieui
2019-01-31Set @id by default on outgoing messages and presences.Emmanuel Gil Peyrot
Respects RFC6120 §8.1.3’s RECOMMENDED.
2019-01-31Release 1.4.2slix-1.4.2mathieui
2019-01-22Merge branch 'xep-0335' into 'master'Link Mauve
Add xep_0335: JSON Containers See merge request poezio/slixmpp!5
2019-01-22Stop requesting avatar without the intervention of the client.Emmanuel Gil Peyrot
2019-01-21Fix authenticating on a non-TLS socket.Emmanuel Gil Peyrot
This was broken since c1562b76b273cc7aeaaa1cf8fddd3dca2c828c4d.
2019-01-17XEP-0223: Fix default access_model, it MUST be whitelist.Emmanuel Gil Peyrot
2019-01-09Simplify the non-CDATA path of tostring.escape.Emmanuel Gil Peyrot
2019-01-09Split ns only once in fix_ns().Emmanuel Gil Peyrot
2019-01-09Split tag and attrib only once in tostring().Emmanuel Gil Peyrot
2019-01-09Add a default timeout to iq.send().Emmanuel Gil Peyrot
This fixes a leak of MatchIDSender in handlers, making it more and more expensive to match stanzas as more iqs have been sent.
2018-12-27Merge branch 'master' into 'master'mathieui
Decode bytes in GSSAPI handling, as expected by the kerberos module API. See merge request poezio/slixmpp!8
2018-11-20XEP-0363: Use a specific exception for HTTP errorsEmmanuel Gil Peyrot
2018-11-20catch http upload errors on uploadFlorian Klien
2018-10-30Decode bytes in GSSAPI handling, as expected by the kerberos module API.Jelmer Vernooij
2018-10-28Release slixmpp 1.4.1slix-1.4.1mathieui
2018-10-27XEP-0030: Don’t call the timeout_callback on each domain which doesn’t ↵Emmanuel Gil Peyrot
reply to disco#info.
2018-10-27XEP-0363: Also check for disco#info’s feature instead of just the identity.Emmanuel Gil Peyrot
2018-10-27XEP-0363: Add a domain argument to discover an upload service on a specific ↵Emmanuel Gil Peyrot
domain.
2018-10-27fixing uncaught async exceptions due to missing awaitFlorian Klien
fixes uncaught exceptions in the event loop. passing timeout and timeout_callback through.
2018-10-15fixing deprecation warnings for pytestFlorian Klien
2018-10-09Add the loop parameters at places where it has been forgottenmathieui
2018-10-03stanzabase: Remove python2 legacy.Emmanuel Gil Peyrot
2018-09-16Add xep_0335: JSON ContainersMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-20jid: Make property aliases proper aliases.Emmanuel Gil Peyrot
2018-08-19examples, tests: Replace all @asyncio.coroutines with proper async functions.Emmanuel Gil Peyrot
2018-08-12Release slixmpp 1.4.0slix-1.4.0mathieui
2018-08-08Fix compatibility with python 3.5 and 3.6mathieui
which do not have loop.start_tls and require the old ssl implementation.
2018-08-08xep_0092: Return <service-unavailable/> instead. Fixes #3415.Emmanuel Gil Peyrot
2018-08-08xep_0092: Send a <forbidden/> error if we don’t want to send our version. ↵Emmanuel Gil Peyrot
(thanks lovetox!)
2018-08-07features/starttls: handle the case where the socket is an sslobjectmathieui
Thanks pep.
2018-08-07Fix TLS with python 3.7mathieui
Use the "new" sslproto API instead of the deprecated TLS API. Also remove the unused "socket" parameter in XMLStream.__init__.
2018-08-07xep-0054: XMPP clients should not reply to vcard "get" requestsmathieui
2018-07-29XEP-0323: Display the requested time in addition to the current time on error.Emmanuel Gil Peyrot
2018-07-24XEP-0009: Fix invalid function name under Python 3.7.Emmanuel Gil Peyrot
2018-07-22Merge branch 'factor_find_identities' into 'master'Link Mauve
Factor find identities See merge request poezio/slixmpp!2
2018-07-02Fix missing async def in function.Emmanuel Gil Peyrot
2018-07-01Switch from @asyncio.coroutine to async def everywhere.Emmanuel Gil Peyrot
2018-07-01xep_0030: rename find_identities; return all domain infos and let caller ↵Maxime “pep” Buquet
filter itself Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-07-01xep_0030: Add callback parameter to find_identitiesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-07-01xep_0030: Add cached parameter to find_identities, defaults to TrueMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-07-01xep_0030: Pass kwargs down in find_identitiesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-07-01xep_0030: Use self directly as we're already in discoMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-07-01Factor out fetching of identities in xep_0363 to xep_0030Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-07-01xep_0363: Remove unused parameters to find_upload_servicesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-06-23XEP-0153: Prevent a panic when the BINVAL is invalid.Emmanuel Gil Peyrot
2018-05-13Revert "XEP-0060: Add support for node configuration."Emmanuel Gil Peyrot
This reverts commit dd7f67d10d32dadd12a841847f438b457d662b1e.
2018-05-13XEP-0060: Add support for node configuration.Emmanuel Gil Peyrot