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

@ -275,6 +275,9 @@ pub const LEGACY_OMEMO_DEVICELIST: &str = "eu.siacs.conversations.axolotl.device
/// XEP-0384: OMEMO Encryption (experimental version 0.3.0)
pub const LEGACY_OMEMO_BUNDLES: &str = "eu.siacs.conversations.axolotl.bundles";
/// XEP-0386: Bind 2
pub const BIND2: &str = "urn:xmpp:bind:0";
/// XEP-0390: Entity Capabilities 2.0
pub const ECAPS2: &str = "urn:xmpp:caps";
/// XEP-0390: Entity Capabilities 2.0