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

@ -185,6 +185,9 @@ pub const IDLE: &str = "urn:xmpp:idle:1";
/// XEP-0320: Use of DTLS-SRTP in Jingle Sessions
pub const JINGLE_DTLS: &str = "urn:xmpp:jingle:apps:dtls:0";
/// XEP-0328: JID Prep
pub const JID_PREP: &str = "urn:xmpp:jidprep:0";
/// XEP-0352: Client State Indication
pub const CSI: &str = "urn:xmpp:csi:0";