summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0223.py
AgeCommit message (Collapse)Author
2021-02-13XEP-0223: Add more types and docs, and switch to new 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
2019-01-17XEP-0223: Fix default access_model, it MUST be whitelist.Emmanuel Gil Peyrot
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
2014-07-30Fix the iq.send() function, and a bunch of places where it is calledFlorent Le Coz
This is a big-and-dirty commit with a bunch of cleanup, maybe breaking a few things, and not fixing all iq.send() calls yet.
2014-07-17Rename to slixmppFlorent Le Coz