Add an attention parser.
This commit is contained in:
parent
6600418070
commit
458099cef0
3 changed files with 50 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ pub const PING: &'static str = "urn:xmpp:ping";
|
|||
/// XEP-0221: Data Forms Media Element
|
||||
pub const MEDIA_ELEMENT: &'static str = "urn:xmpp:media-element";
|
||||
|
||||
/// XEP-0224: Attention
|
||||
pub const ATTENTION: &'static str = "urn:xmpp:attention: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