xmpp-parsers: Add support for Jingle Grouping Framework (XEP-0338).

This commit is contained in:
Emmanuel Gil Peyrot 2020-11-27 20:54:26 +01:00
commit 59ccccbedc
4 changed files with 105 additions and 0 deletions

View file

@ -198,6 +198,9 @@ pub const JINGLE_DTLS: &str = "urn:xmpp:jingle:apps:dtls:0";
/// XEP-0328: JID Prep
pub const JID_PREP: &str = "urn:xmpp:jidprep:0";
/// XEP-0338: Jingle Grouping Framework
pub const JINGLE_GROUPING: &str = "urn:xmpp:jingle:apps:grouping:0";
/// XEP-0339: Source-Specific Media Attributes in Jingle
pub const JINGLE_SSMA: &str = "urn:xmpp:jingle:apps:rtp:ssma:0";