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

@ -128,6 +128,9 @@ pub mod sm;
/// XEP-0199: XMPP Ping
pub mod ping;
/// XEP-0202: Entity Time
pub mod time;
/// XEP-0203: Delayed Delivery
pub mod delay;