Add a receipts parser.
This commit is contained in:
parent
861c933c56
commit
f3c9a58862
3 changed files with 49 additions and 0 deletions
|
|
@ -6,3 +6,4 @@ 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";
|
||||
pub const IBB_NS: &'static str = "http://jabber.org/protocol/ibb";
|
||||
pub const RECEIPTS_NS: &'static str = "urn:xmpp:receipts";
|
||||
|
|
|
|||
Loading…
Reference in a new issue