summaryrefslogtreecommitdiff
path: root/slixmpp/basexmpp.py
AgeCommit message (Expand)Author
2022-05-28Change origin-id defaults to FalseMaxime “pep” Buquet
2021-07-05clientxmpp: cleanup some typesmathieui
2021-07-05typing: add a bunch of type ignoresmathieui
2021-07-04typing: fix basexmpp type overloadsmathieui
2021-07-03basexmpp/clientxmpp: refine typingmathieui
2021-02-06basexmpp: add more typing, fix some docsmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2021-02-03basexmpp: type self.plugins in a more useful mannermathieui
2019-08-23basexmpp: Make origin-id opt-outMaxime “pep” Buquet
2019-01-31Set @id by default on outgoing messages and presences.Emmanuel Gil Peyrot
2016-09-20BaseXMPP: Stop automatically enabling UserNick, and remove deprecated alias m...Emmanuel Gil Peyrot
2016-08-23Make session_bind_event awaitableDan Sully
2016-08-22Don’t trigger presence events on MUC presencemathieui
2015-12-15Remove dead codeKrzysztof Kotlenga
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
2015-06-20Remove JID cache, to better test for performance.Emmanuel Gil Peyrot
2015-04-13basexmpp: Add a message_error eventmathieui
2015-04-04XMLStream: add a forever parameter to process(), defaulting to True, to selec...Emmanuel Gil Peyrot
2014-09-28Remove all deprecated alias in the core of slixmpp, and wherever they were used.Emmanuel Gil Peyrot
2014-09-01Reintroduce XMLStream.process, making it run the asyncio event loop.Emmanuel Gil Peyrot
2014-09-01Remove sys.version_info checks for python2 and clean some imports.Emmanuel Gil Peyrot
2014-07-21Fix signature of init_plugins() functionFlorent Le Coz
2014-07-20Make xmlstream use an asyncio loopFlorent Le Coz
2014-07-17Rename to slixmppFlorent Le Coz