disco: Implement disco#items.
This commit is contained in:
parent
3b6733f38b
commit
4454da15b6
2 changed files with 162 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue