summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0077
AgeCommit message (Expand)Author
2021-02-26XEP-0077: API changesmathieui
2021-02-24XEP-0077: Fix "register" event on stream features.mathieui
2021-02-18Add registration to componentsNicoco K
2021-02-05global: rewrite copyright notice to use commentsmathieui
2018-08-19examples, tests: Replace all @asyncio.coroutines with proper async functions.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-09-20Various XEPs: Remove deprecated aliases.Emmanuel Gil Peyrot
2015-02-28Revert or edit most previous XEP plugin changesmathieui
2015-02-24XEP-0077: wrap functions with coroutine_wrappermathieui
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-23Cleanup how events are run, they are always direct by definition nowFlorent Le Coz
2014-07-17Rename to slixmppFlorent Le Coz