Send proper discoinfo features

This commit is contained in:
HanzZ 2011-09-15 23:04:05 +02:00
parent c7ef038fec
commit 650b89e4bc

View file

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