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:
parent
972a8427b0
commit
32e8f2ec2e
5 changed files with 132 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue