Add a chatstate parser.
This commit is contained in:
parent
fdc76eca3c
commit
69f1405b9c
3 changed files with 82 additions and 0 deletions
|
|
@ -3,3 +3,4 @@ pub const DATA_FORMS_NS: &'static str = "jabber:x:data";
|
|||
pub const MEDIA_ELEMENT_NS: &'static str = "urn:xmpp:media-element";
|
||||
pub const JINGLE_NS: &'static str = "urn:xmpp:jingle:1";
|
||||
pub const PING_NS: &'static str = "urn:xmpp:ping";
|
||||
pub const CHATSTATES_NS: &'static str = "http://jabber.org/protocol/chatstates";
|
||||
|
|
|
|||
Loading…
Reference in a new issue