Add a Last Message Correction parser.
This commit is contained in:
parent
9410b9682a
commit
8fba5cf966
3 changed files with 54 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ pub const MEDIA_ELEMENT: &'static str = "urn:xmpp:media-element";
|
|||
/// XEP-0224: Attention
|
||||
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-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