xmpp-parsers: Implement XEP-0440: SASL Channel-Binding Type Capability
This commit is contained in:
parent
f16fb6a6ef
commit
de2ba97f79
5 changed files with 104 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue