jingle_drls_srtp: Add a new parser and serialiser.

This commit is contained in:
Emmanuel Gil Peyrot 2019-02-28 13:32:52 +01:00
commit 429fc387b5
5 changed files with 111 additions and 2 deletions

View file

@ -158,6 +158,9 @@ pub mod mam;
/// XEP-0319: Last User Interaction in Presence
pub mod idle;
/// XEP-0320: Use of DTLS-SRTP in Jingle Sessions
pub mod jingle_dtls_srtp;
/// XEP-0353: Jingle Message Initiation
pub mod jingle_message;