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

@ -293,6 +293,9 @@ pub const BOOKMARKS2_COMPAT_PEP: &str = "urn:xmpp:bookmarks:1#compat-pep";
/// XEP-0421: Anonymous unique occupant identifiers for MUCs
pub const OID: &str = "urn:xmpp:occupant-id:0";
/// XEP-0440: SASL Channel-Binding Type Capability
pub const SASL_CB: &str = "urn:xmpp:sasl-cb:0";
/// XEP-0444: Message Reactions
pub const REACTIONS: &str = "urn:xmpp:reactions:0";