Changeset - 485d355ea84c
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-05-19 19:08:39
hanzz.k@gmail.com
PrivateStorage responder
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/discoinforesponder.cpp
Show inline comments
 
@@ -39,6 +39,7 @@ DiscoInfoResponder::DiscoInfoResponder(Swift::IQRouter *router) : Swift::GetResp
 
	std::list<std::string> features;
 
	features.push_back("jabber:iq:register");
 
	features.push_back("jabber:iq:gateway");
 
	features.push_back("jabber:iq:private");
 
	features.push_back("http://jabber.org/protocol/disco#info");
 
	features.push_back("http://jabber.org/protocol/commands");
 
	setTransportFeatures(features);
0 comments (0 inline, 0 general)