Uncomment remoteRoster support
This commit is contained in:
parent
e23f8e3c7f
commit
c59534a6d7
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ void RosterManager::handleRemoteRosterResponse(boost::shared_ptr<Swift::RosterPa
|
|||
}
|
||||
|
||||
LOG4CXX_INFO(logger, m_user->getJID().toString() << ": This server supports remote roster protoXEP");
|
||||
// m_supportRemoteRoster = true;
|
||||
m_supportRemoteRoster = true;
|
||||
return;
|
||||
|
||||
BOOST_FOREACH(const Swift::RosterItemPayload &item, payload->getItems()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue