Do not send vcard with from=legacy_network_name
This commit is contained in:
parent
b326bca552
commit
909381c658
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ bool VCardResponder::handleGetRequest(const Swift::JID& from, const Swift::JID&
|
|||
LOG4CXX_INFO(logger, from.toBare().toString() << ": Requested VCard of " << name);
|
||||
|
||||
m_queries[m_id].from = from;
|
||||
m_queries[m_id].to = to_;
|
||||
m_queries[m_id].to = to;
|
||||
m_queries[m_id].id = id;
|
||||
m_queries[m_id].received = time(NULL);
|
||||
onVCardRequired(user, name, m_id++);
|
||||
|
|
Loading…
Add table
Reference in a new issue