Add an idle parser.
This commit is contained in:
parent
545ce29282
commit
dc530a1912
3 changed files with 91 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue