summaryrefslogtreecommitdiff
path: root/slixmpp/stanza/iq.py
AgeCommit message (Expand)Author
2021-06-28refactor: remove the now obsolete future_wrapper and asyncio-related modulemathieui
2021-04-09Fix #3441: Do not assign ID to inbound stanzasmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2021-01-22iq: only update the future if it is not donemathieui
2019-01-09Add a default timeout to iq.send().Emmanuel Gil Peyrot
2018-03-14Rearm an iq callback if it was addressed to ourself.Emmanuel Gil Peyrot
2016-10-22sed -i 's/set((\(.*\)))$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2015-04-04Iq.send: set the timeout even when no timeout_callback is setEmmanuel Gil Peyrot
2015-02-28Change the API to make iq.send() always return a futuremathieui
2015-02-24Update the documentation and examplesmathieui
2015-02-23Add a coroutine parameter to iq.send() to return a coroutinemathieui
2015-02-22Use CallbackCoroutine with Iq callbacks toomathieui
2015-02-21Add a “blocking” send_coroutine method to the Iq classmathieui
2015-02-12Fix the uses of stanza.reply()mathieui
2014-09-28Remove all deprecated alias in the core of slixmpp, and wherever they were used.Emmanuel Gil Peyrot
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-17Rename to slixmppFlorent Le Coz