Changeset - a923c605fc06
[Not reviewed]
0 1 0
Jan Kaluza - 13 years ago 2012-12-05 10:41:47
hanzz.k@gmail.com
Remove bad comment
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/vcardresponder.cpp
Show inline comments
 
@@ -81,8 +81,6 @@ void VCardResponder::collectTimeouted() {
 
}
 

	
 
bool VCardResponder::handleGetRequest(const Swift::JID& from, const Swift::JID& to, const std::string& id, boost::shared_ptr<Swift::VCard> payload) {
 
	// Get means we're in server mode and user wants to fetch his roster.
 
	// For now we send empty reponse, but TODO: Get buddies from database and send proper stored roster.
 
	User *user = m_userManager->getUser(from.toBare().toString());
 
	if (!user) {
 
		LOG4CXX_WARN(logger, from.toBare().toString() << ": User is not logged in");
0 comments (0 inline, 0 general)