summaryrefslogtreecommitdiff
path: root/slixmpp/clientxmpp.py
AgeCommit message (Expand)Author
2021-07-05clientxmpp: cleanup some typesmathieui
2021-07-05typing: add a bunch of type ignoresmathieui
2021-07-03basexmpp/clientxmpp: refine typingmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2020-12-10docs: update docstrings for sphinx conformitymathieui
2018-07-01Switch from @asyncio.coroutine to async def everywhere.Emmanuel Gil Peyrot
2017-02-14Return a Future on clientxmpp.get_roster()mathieui
2016-12-07Fix roster push origin detection and testsmathieui
2016-11-21Check origin of roster pushesmathieui
2016-09-30Minor documentation fixesSam Whited
2016-05-28Fix the ordering of stream featuresmathieui
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
2015-07-21Fix componentsmathieui
2014-09-28Remove all deprecated alias in the core of slixmpp, and wherever they were used.Emmanuel Gil Peyrot
2014-09-01Remove sys.version_info checks for python2 and clean some imports.Emmanuel Gil Peyrot
2014-08-01Fix some more blocking iqFlorent Le Coz
2014-07-30Fix the iq.send() function, and a bunch of places where it is calledFlorent Le Coz
2014-07-21Clean a new bunch of stufFlorent Le Coz
2014-07-20Make xmlstream use an asyncio loopFlorent Le Coz
2014-07-17Rename to slixmppFlorent Le Coz