summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0128
AgeCommit message (Collapse)Author
2021-02-26XEP-0128: API changesmathieui
- ``set_extended_info``, ``add_extended_info`` and ``del_extended_info`` return Futures.
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
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-10-04Fix XEP-0128mathieui
Broken since 125336aeee6 due to unforeseen consequences of a variable removal.
2016-09-20Various XEPs: Remove deprecated aliases.Emmanuel Gil Peyrot
2014-07-17Rename to slixmppFlorent Le Coz