jingle_rtp: Add a new parser/serialiser for XEP-0167.

This commit is contained in:
Emmanuel Gil Peyrot 2019-02-27 18:13:06 +01:00
commit 40d397c1fe
3 changed files with 151 additions and 0 deletions

View file

@ -104,6 +104,9 @@ pub mod caps;
/// XEP-0166: Jingle
pub mod jingle;
/// XEP-0167: Jingle RTP Sessions
pub mod jingle_rtp;
/// XEP-0172: User Nickname
pub mod nick;