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

@ -189,6 +189,9 @@ pub mod jingle_dtls_srtp;
/// XEP-0328: JID Prep
pub mod jid_prep;
/// XEP-0338: Jingle Grouping Framework
pub mod jingle_grouping;
/// XEP-0339: Source-Specific Media Attributes in Jingle
pub mod jingle_ssma;