summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0300
AgeCommit message (Collapse)Author
2021-03-10XEP-0300: small fixesmathieui
- fix a typo in the default option (crash when hashing a file without providing a function) - Fix the plugin_end method (classical del_feature footgun)
2021-02-05global: rewrite copyright notice to use commentsmathieui
2020-12-05XEP-0300: Fix testsEmmanuel Gil Peyrot
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2017-02-11XEP-0300: Workaround for Python 3.5 or below.Emmanuel Gil Peyrot
2017-02-11Implement XEP-0300 (Use of Cryptographic Hash Functions in XMPP)Emmanuel Gil Peyrot
This is used to provide hash agility support and let other XEPs select which hash function they support.