XEP-0157: Contact Addresses for XMPP Services.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-01-26 20:05:48 +00:00 committed by Emmanuel Gil Peyrot
commit ba5a014de9
3 changed files with 240 additions and 0 deletions

View file

@ -101,6 +101,9 @@ pub mod component;
/// XEP-0115: Entity Capabilities
pub mod caps;
/// XEP-0157: Contact Addresses for XMPP Services
pub mod server_info;
/// XEP-0166: Jingle
pub mod jingle;