Add an idle parser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-21 20:22:48 +01:00
commit dc530a1912
3 changed files with 91 additions and 0 deletions

View file

@ -114,6 +114,9 @@ pub mod message_correct;
/// XEP-0313: Message Archive Management
pub mod mam;
/// XEP-0319: Last User Interaction in Presence
pub mod idle;
/// XEP-0359: Unique and Stable Stanza IDs
pub mod stanza_id;