Add a new JID Prep parser (XEP-0328).

This commit is contained in:
Emmanuel Gil Peyrot 2019-09-08 16:09:49 +02:00
commit 9941e9c34f
6 changed files with 86 additions and 0 deletions

View file

@ -180,6 +180,9 @@ pub mod idle;
/// XEP-0320: Use of DTLS-SRTP in Jingle Sessions
pub mod jingle_dtls_srtp;
/// XEP-0328: JID Prep
pub mod jid_prep;
/// XEP-0352: Client State Indication
pub mod csi;