Add a parser for XEP-0339.
This commit is contained in:
parent
d654b1bd30
commit
cd32ea4c03
5 changed files with 139 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue