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

@ -50,6 +50,9 @@ pub const CHATSTATES: &str = "http://jabber.org/protocol/chatstates";
/// XEP-0092: Software Version
pub const VERSION: &str = "jabber:iq:version";
/// XEP-0107: User Mood
pub const MOOD: &str = "http://jabber.org/protocol/mood";
/// XEP-0114: Jabber Component Protocol
pub const COMPONENT_ACCEPT: &str = "jabber:component:accept";