summaryrefslogtreecommitdiff
path: root/slixmpp
AgeCommit message (Expand)Author
2022-02-27docs: Fix some wrong referencesmathieui
2022-02-27XEP-0045: return occupants and history when join is completemathieui
2022-02-27Fix join_muc_wait: end join only upon receiving the room subjectmathieui
2022-02-16fix: allow cancelling the run_filters coroutinemathieui
2022-02-15deprecate XMLStream.process()mathieui
2022-02-05fix: specific cases in xep-0047 with network race conditionsmathieui
2022-02-04Merge branch 'bugfix/xep_0009' into 'master'mathieui
2022-02-04Merge branch 'better-jid-errors' into 'master'mathieui
2022-02-04Merge branch 'ca-cert-compat' into 'master'mathieui
2022-02-04fix: missing <retract/> on moderatemathieui
2022-01-03Don't break ca-bundle API just yetMaxime “pep” Buquet
2022-01-03Allow Xmlstream.ca_certs to be an iterableMaxime “pep” Buquet
2021-12-28Merge branch 'path-ca-certs' into 'master'Maxime Buquet
2021-12-28Make Xmlstream.ca_certs an Optional[Path] instead of Optional[str]Maxime “pep” Buquet
2021-12-19xep_0045: register_stanza_plugin(MUCPresence, MUCDestroy)Maxime “pep” Buquet
2021-12-13fix: remove loop parameter when deprecated (3.10)mathieui
2021-12-13Revert "Replace asyncio.ensure_future() with asyncio.create_task()"mathieui
2021-12-13Changed iq.attrib['to'] to iq['to'], same for 'from'.Tim-Oliver Husser
2021-12-13replaced params.xml.findall with params.findall in xml2faultTim-Oliver Husser
2021-11-18jid: Improve error reporting on IDNA validation failureEmmanuel Gil Peyrot
2021-11-18Replace asyncio.ensure_future() with asyncio.create_task()Emmanuel Gil Peyrot
2021-07-17xep_0045: Ensure invite and decline to/from are JIDsMaxime “pep” Buquet
2021-07-05stanza: fix circular importsmathieui
2021-07-05xmlstream: refine type checkmathieui
2021-07-05plugins: use classvar properlymathieui
2021-07-05clientxmpp: cleanup some typesmathieui
2021-07-05features: fix typingmathieui
2021-07-05stanza: fix a bunch of type errorsmathieui
2021-07-05matcher: fix idsender typingmathieui
2021-07-05handler: fix more typesmathieui
2021-07-05typing: add a bunch of type ignoresmathieui
2021-07-05api: fix typingmathieui
2021-07-04fix: remove asyncio hack in slixtestmathieui
2021-07-04typing: reorder jid.bare settermathieui
2021-07-04typing: fix basexmpp type overloadsmathieui
2021-07-03fix: please python 3.7mathieui
2021-07-03types: add __all__mathieui
2021-07-03basexmpp/clientxmpp: refine typingmathieui
2021-07-03pluginsdict: add xep 0048mathieui
2021-07-03stanza: add typingmathieui
2021-07-03jid: reorder properties for mypymathieui
2021-07-03cert: add some typingmathieui
2021-07-03xmlstream: add more typesmathieui
2021-07-03setup: indicate that slixmpp contains type hintsmathieui
2021-07-03stanzabase: typesmathieui
2021-07-03starttls: do not send back the feature we receivemathieui
2021-07-03starttls: make the starttls element inherit from stanzabasemathieui
2021-07-03typing: add to tostringmathieui
2021-07-03typing: matchers and sendersmathieui
2021-06-28refactor: type the resolvermathieui