summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0199/ping.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-02-05global: rewrite copyright notice to use commentsmathieui
2021-01-24XEP-0199: Fix handler default parameter, add typingmathieui
2021-01-22XEP-0199: cancel ongoing handlers on session endmathieui
2020-12-10docs: update docstrings for sphinx conformitymathieui
2019-03-26XEP-0199: use new 0-timeout reconnect() with reasonGeorg Lukas
2018-10-09Add the loop parameters at places where it has been forgottenmathieui
2018-07-01Switch from @asyncio.coroutine to async def everywhere.Emmanuel Gil Peyrot
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-05-28Fix xep-0199mathieui
2015-02-28Revert or edit most previous XEP plugin changesmathieui
2015-02-24XEP-0199: wrap functions with coroutine_wrapper and make ping() a coroutinemathieui
2015-02-12Remove more threaded= and block= options from the pluginsmathieui
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