jingle_drls_srtp: Add a new parser and serialiser.
This commit is contained in:
parent
7fc5dea4d6
commit
429fc387b5
5 changed files with 111 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue