Add a new JID Prep parser (XEP-0328).
This commit is contained in:
parent
46522ceb19
commit
9941e9c34f
6 changed files with 86 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue