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:
Emmanuel Gil Peyrot 2024-07-01 19:08:22 +02:00 committed by Link Mauve
commit c631e4eff4
5 changed files with 251 additions and 0 deletions

View file

@ -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;