summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0163.py
AgeCommit message (Expand)Author
2021-12-13Revert "Replace asyncio.ensure_future() with asyncio.create_task()"mathieui
2021-11-18Replace asyncio.ensure_future() with asyncio.create_task()Emmanuel Gil Peyrot
2021-06-28refactor: remove the now obsolete future_wrapper and asyncio-related modulemathieui
2021-04-19XEP-0163: do not broadcast caps when adding/removing interestmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2020-12-10docs: update docstrings for sphinx conformitymathieui
2018-10-09Add the loop parameters at places where it has been forgottenmathieui
2018-02-11asyncio.async has been scheduled for removal for a long time nowmathieui
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2015-06-21Add a wrapper to get_info/get_items functionsmathieui
2015-02-28Revert or edit most previous XEP plugin changesmathieui
2015-02-24XEP-0163: wrap publish() with coroutine_wrappermathieui
2014-07-30Fix the iq.send() function, and a bunch of places where it is calledFlorent Le Coz
2014-07-17Rename to slixmppFlorent Le Coz