Add a mood parser and serialiser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-11-24 05:20:36 +00:00
commit 5a2f4859cf
3 changed files with 290 additions and 0 deletions

View file

@ -89,6 +89,9 @@ pub mod chatstates;
/// XEP-0092: Software Version
pub mod version;
/// XEP-0107: User Mood
pub mod mood;
/// XEP-0115: Entity Capabilities
pub mod caps;