summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0054
AgeCommit message (Expand)Author
2021-02-26XEP-0054: API changesmathieui
2021-02-13XEP-0054: fix component handling of vcard requestsmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2021-02-05XEP-0054: Add type hints and switch to default argsmathieui
2018-08-07xep-0054: XMPP clients should not reply to vcard "get" requestsmathieui
2017-10-08xep_0054: Fix parsing BINVAL element.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-30Fix uses of super() in the codebasemathieui
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
2015-09-04vcard-temp: add some checks against wrong inputmathieui
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-0054: wrap functions 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