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

@ -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;