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
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue