xmpp-parsers: Implement XEP-0388: Extensible SASL Profile

This commit is contained in:
Emmanuel Gil Peyrot 2024-07-02 09:39:24 +02:00
commit 3f61050944
6 changed files with 812 additions and 1 deletions

View file

@ -260,6 +260,9 @@ pub mod legacy_omemo;
/// XEP-0386: Bind 2
pub mod bind2;
/// XEP-0388: Extensible SASL Profile
pub mod sasl2;
/// XEP-0390: Entity Capabilities 2.0
pub mod ecaps2;