xmpp-parsers: Implement XEP-0440: SASL Channel-Binding Type Capability

This commit is contained in:
Emmanuel Gil Peyrot 2024-07-02 18:40:28 +02:00
commit de2ba97f79
5 changed files with 104 additions and 0 deletions

View file

@ -17,6 +17,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
(!416)
* New parsers/serialisers:
- Stream Features (RFC 6120) (!400)
- SASL Channel-Binding Type Capability (XEP-0440)
Version 0.21.0:
2024-07-25 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>