Add an iq version parser (XEP-0092).

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-29 11:45:45 +01:00
commit 1af06fdf6d
3 changed files with 100 additions and 0 deletions

View file

@ -47,6 +47,9 @@ pub const REGISTER: &str = "jabber:iq:register";
/// XEP-0085: Chat State Notifications
pub const CHATSTATES: &str = "http://jabber.org/protocol/chatstates";
/// XEP-0092: Software Version
pub const VERSION: &str = "jabber:iq:version";
/// XEP-0114: Jabber Component Protocol
pub const COMPONENT_ACCEPT: &str = "jabber:component:accept";