disco: Implement disco#items.

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-21 17:33:58 +01:00
commit 4454da15b6
2 changed files with 162 additions and 0 deletions

View file

@ -18,6 +18,8 @@ pub const DATA_FORMS: &str = "jabber:x:data";
/// XEP-0030: Service Discovery
pub const DISCO_INFO: &str = "http://jabber.org/protocol/disco#info";
/// XEP-0030: Service Discovery
pub const DISCO_ITEMS: &str = "http://jabber.org/protocol/disco#items";
/// XEP-0045: Multi-User Chat
pub const MUC: &str = "http://jabber.org/protocol/muc";