Changeset - f0b368226dc0
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-09-16 00:25:14
hanzz.k@gmail.com
send from in disco#info response
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/discoinforesponder.cpp
Show inline comments
 
@@ -92,7 +92,7 @@ bool DiscoInfoResponder::handleGetRequest(const Swift::JID& from, const Swift::J
 
	}
 
	// presence for buddy
 
	else {
 
		sendResponse(from, id, boost::shared_ptr<DiscoInfo>(new DiscoInfo(m_buddyInfo)));
 
		sendResponse(from, to, id, boost::shared_ptr<DiscoInfo>(new DiscoInfo(m_buddyInfo)));
 
	}
 
	return true;
 
}
0 comments (0 inline, 0 general)