Add an Explicit Message Encryption parser.
This commit is contained in:
parent
94380fdbd5
commit
a680ab194c
3 changed files with 77 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ pub const ATTENTION: &'static str = "urn:xmpp:attention:0";
|
|||
/// XEP-0308: Last Message Correction
|
||||
pub const MESSAGE_CORRECT: &'static str = "urn:xmpp:message-correct:0";
|
||||
|
||||
/// XEP-0380: Explicit Message Encryption
|
||||
pub const EME: &'static str = "urn:xmpp:eme:0";
|
||||
|
||||
/// XEP-0390: Entity Capabilities 2.0
|
||||
pub const ECAPS2: &'static str = "urn:xmpp:caps";
|
||||
/// XEP-0390: Entity Capabilities 2.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue