Add a Delayed Delivery parser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-21 03:57:34 +01:00
commit cfadff3bc9
3 changed files with 75 additions and 0 deletions

View file

@ -22,6 +22,9 @@ pub const RECEIPTS: &'static str = "urn:xmpp:receipts";
/// XEP-0199: XMPP Ping
pub const PING: &'static str = "urn:xmpp:ping";
/// XEP-0203: Delayed Delivery
pub const DELAY: &'static str = "urn:xmpp:delay";
/// XEP-0221: Data Forms Media Element
pub const MEDIA_ELEMENT: &'static str = "urn:xmpp:media-element";