Add a mood parser and serialiser.
This commit is contained in:
parent
42a3e42533
commit
5a2f4859cf
3 changed files with 290 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue