xmpp-parsers: Implement XEP-0386: Bind 2
This depends on XEP-0313 for its MAM metadata, and many others such as XEP-0198, XEP-0280 and XEP-0352 for the inline features, but we currently provide those as minidom Elements instead.
This commit is contained in:
parent
ff588d834e
commit
c631e4eff4
5 changed files with 251 additions and 0 deletions
|
|
@ -252,6 +252,9 @@ pub mod eme;
|
|||
/// XEP-0380: OMEMO Encryption (experimental version 0.3.0)
|
||||
pub mod legacy_omemo;
|
||||
|
||||
/// XEP-0386: Bind 2
|
||||
pub mod bind2;
|
||||
|
||||
/// XEP-0390: Entity Capabilities 2.0
|
||||
pub mod ecaps2;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue