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

@ -272,6 +272,9 @@ pub mod occupant_id;
/// XEP-0441: Message Archive Management Preferences
pub mod mam_prefs;
/// XEP-0440: SASL Channel-Binding Type Capability
pub mod sasl_cb;
/// XEP-0444: Message Reactions
pub mod reactions;