xmpp-parsers: Implement XEP-0484: Fast Authentication Streamlining Tokens

This specification defines a token-based method to streamline
authentication in XMPP, allowing fully authenticated stream
establishment within a single round-trip.
This commit is contained in:
Emmanuel Gil Peyrot 2024-06-30 18:07:00 +02:00 committed by Jonas Schäfer
commit 32e8f2ec2e
5 changed files with 132 additions and 0 deletions

View file

@ -1,5 +1,7 @@
Version xxx:
0000-00-00 Authors
* New parsers/serialisers:
- Fast Authentication Streamlining Tokens (XEP-0484)
* Improvements:
- Re-export the jid module entirely.
- Add serde feature, passed to jid crate