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
|
|
@ -266,3 +266,6 @@ pub mod mam_prefs;
|
|||
|
||||
/// XEP-0444: Message Reactions
|
||||
pub mod reactions;
|
||||
|
||||
/// XEP-0484: Fast Authentication Streamlining Tokens
|
||||
pub mod fast;
|
||||
|
|
|
|||
Loading…
Reference in a new issue