Add an iq version parser (XEP-0092).
This commit is contained in:
parent
69cc83c456
commit
1af06fdf6d
3 changed files with 100 additions and 0 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue