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
 
@@ -36,12 +36,13 @@ DiscoInfoResponder::DiscoInfoResponder(Swift::IQRouter *router) : Swift::GetResp
 
	m_transportInfo.addIdentity(DiscoInfo::Identity("libtransport", "gateway", "identity"));
 

	
 
	m_buddyInfo.addIdentity(DiscoInfo::Identity("libtransport", "client", "pc"));
 
	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);
 

	
 
	features.clear();
 
	features.push_back("http://jabber.org/protocol/disco#items");
0 comments (0 inline, 0 general)