summaryrefslogtreecommitdiff
path: root/slixmpp/stanza
AgeCommit message (Expand)Author
2018-03-14Rearm an iq callback if it was addressed to ourself.Emmanuel Gil Peyrot
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2016-10-22Manual cleanup of the remaining set([…]) and set((…)).Emmanuel Gil Peyrot
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-10-22sed -i 's/set((\(.*\)))$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-10-22sed -i 's/set((\(.*\),))$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-09-20BaseXMPP: Stop automatically enabling UserNick, and remove deprecated alias m...Emmanuel Gil Peyrot
2016-06-28Don’t swallow presence exceptions abritrarilymathieui
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
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-09-01Always use OrderedDict from collections, and remove its implementation in sli...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