send from in disco#info response

This commit is contained in:
HanzZ 2011-09-16 00:25:14 +02:00
parent d0adbddc0b
commit f0b368226d

View file

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