send from in disco#info response
This commit is contained in:
parent
d0adbddc0b
commit
f0b368226d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue