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
|
|
@ -207,6 +207,9 @@ pub mod ibr;
|
|||
/// XEP-0085: Chat State Notifications
|
||||
pub mod chatstates;
|
||||
|
||||
/// XEP-0092: Software Version
|
||||
pub mod version;
|
||||
|
||||
/// XEP-0115: Entity Capabilities
|
||||
pub mod caps;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue