summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0092/version.py
AgeCommit message (Expand)Author
2018-08-08xep_0092: Return <service-unavailable/> instead. Fixes #3415.Emmanuel Gil Peyrot
2018-08-08xep_0092: Send a <forbidden/> error if we don’t want to send our version. (...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-0092: wrap get_version() with coroutine_wrappermathieui
2015-02-12Remove more threaded= and block= options from the pluginsmathieui
2015-02-12Fix the uses of stanza.reply()mathieui
2014-07-17Rename to slixmppFlorent Le Coz