summaryrefslogtreecommitdiff
path: root/slixmpp/stanza
AgeCommit message (Expand)Author
2021-01-22iq: only update the future if it is not donemathieui
2020-12-06Remove OrderedDict usageEmmanuel Gil Peyrot
2019-08-23basexmpp: Make origin-id opt-outMaxime “pep” Buquet
2019-08-23Implement origin-id (XEP-0359)Maxime “pep” Buquet
2019-04-24presence: Ensure <show/> value is valid when returned as presence @type valueMaxime “pep” Buquet
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
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