summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0030/static.py
AgeCommit message (Collapse)Author
2021-03-01XEP-0030 static: Fix PEP8, typesmathieui
2021-02-26XEP-0030: API changesmathieui
- ``supports``, ``has_identity``, ``get_info``, ``get_items`` are now coroutines - ``set_info````set_items``, ``del_items``, ``add_item``, ``add_identity``, ``del_identity``, ``set_identities``, ``del_identities``, ``add_feature``, ``del_feature``, ``set_feature``, ``set_features``, ``del_features`` now return a Future also fix has_identity and supports which have been broken in forever
2021-02-05global: rewrite copyright notice to use commentsmathieui
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2017-07-17XEP-0030: Optimise add_node usage a bit.Emmanuel Gil Peyrot
2016-09-20Remove locking from static disco.Emmanuel Gil Peyrot
2014-07-17Rename to slixmppFlorent Le Coz