summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0153
AgeCommit message (Expand)Author
2019-01-22Stop requesting avatar without the intervention of the client.Emmanuel Gil Peyrot
2018-07-01Switch from @asyncio.coroutine to async def everywhere.Emmanuel Gil Peyrot
2018-06-23XEP-0153: Prevent a panic when the BINVAL is invalid.Emmanuel Gil Peyrot
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2015-09-04Add timeout_callback to a bunch of plugins as a parametermathieui
2015-02-28Revert or edit most previous XEP plugin changesmathieui
2015-02-24XEP-0153: wrap functions with coroutine_wrappermathieui
2015-02-12Remove more threaded= and block= options from the pluginsmathieui
2014-09-01Remove all trailing whitespaces.Emmanuel Gil Peyrot
2014-07-17Rename to slixmppFlorent Le Coz