Changeset - c59534a6d751
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-09-19 16:38:01
hanzz.k@gmail.com
Uncomment remoteRoster support
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/rostermanager.cpp
Show inline comments
 
@@ -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()) {
0 comments (0 inline, 0 general)