Send proper discoinfo features
This commit is contained in:
parent
c7ef038fec
commit
650b89e4bc
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ DiscoInfoResponder::DiscoInfoResponder(Swift::IQRouter *router, Config *config)
|
|||
features.clear();
|
||||
features.push_back("http://jabber.org/protocol/disco#items");
|
||||
features.push_back("http://jabber.org/protocol/disco#info");
|
||||
features.push_back("http://jabber.org/protocol/chatstates");
|
||||
features.push_back("http://jabber.org/protocol/xhtml-im");
|
||||
setBuddyFeatures(features);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue