summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0222.py
AgeCommit message (Collapse)Author
2021-02-13XEP-0222: Add more types and docs, and use new-style kwargsmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2020-12-10docs: update docstrings for sphinx conformitymathieui
Remove most references to timeout/callback/ifrom/timeout_callbacks args
2018-02-11Fix usage of the 0004 plugin interfacemathieui
form['fields'] is an ordered list of fields while most plugins expect a dict there. Fixes, among other things, a caps bug.
2016-10-27Add missing parameters in XEP-0222 and XEP-0223mathieui
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2015-02-12Remove more threaded= and block= options from the pluginsmathieui
(also, correct a typo)
2014-07-17Rename to slixmppFlorent Le Coz