Add a new CSI parser (XEP-0352).

This commit is contained in:
Emmanuel Gil Peyrot 2019-09-07 16:32:03 +02:00
commit d58321ebba
4 changed files with 66 additions and 0 deletions

View file

@ -177,6 +177,9 @@ pub mod idle;
/// XEP-0320: Use of DTLS-SRTP in Jingle Sessions
pub mod jingle_dtls_srtp;
/// XEP-0352: Client State Indication
pub mod csi;
/// XEP-0353: Jingle Message Initiation
pub mod jingle_message;