Add a parser for XEP-0339.

This commit is contained in:
Emmanuel Gil Peyrot 2019-10-12 18:17:04 +02:00
commit cd32ea4c03
5 changed files with 139 additions and 1 deletions

View file

@ -183,6 +183,9 @@ pub mod jingle_dtls_srtp;
/// XEP-0328: JID Prep
pub mod jid_prep;
/// XEP-0339: Source-Specific Media Attributes in Jingle
pub mod jingle_ssma;
/// XEP-0352: Client State Indication
pub mod csi;