Add a XEP-0202 implementation.

Fixes #7.
This commit is contained in:
Emmanuel Gil Peyrot 2019-04-22 11:58:13 +02:00
commit 2d7bf32ad4
5 changed files with 138 additions and 0 deletions

View file

@ -112,6 +112,9 @@ pub const SM: &str = "urn:xmpp:sm:3";
/// XEP-0199: XMPP Ping
pub const PING: &str = "urn:xmpp:ping";
/// XEP-0202: Entity Time
pub const TIME: &str = "urn:xmpp:time";
/// XEP-0203: Delayed Delivery
pub const DELAY: &str = "urn:xmpp:delay";