parsers: Add support for XEP-0215: External Service Discovery

This commit is contained in:
Emmanuel Gil Peyrot 2021-10-11 12:36:53 +02:00 committed by Link Mauve
commit 3a6cd23166
4 changed files with 218 additions and 0 deletions

View file

@ -133,6 +133,9 @@ pub const TIME: &str = "urn:xmpp:time";
/// XEP-0203: Delayed Delivery
pub const DELAY: &str = "urn:xmpp:delay";
/// XEP-0215: External Service Discovery
pub const EXT_DISCO: &str = "urn:xmpp:extdisco:2";
/// XEP-0221: Data Forms Media Element
pub const MEDIA_ELEMENT: &str = "urn:xmpp:media-element";