Changeset - 5e0208ef296b
[Not reviewed]
0 3 0
Darchigh - 12 years ago 2013-01-10 14:24:54
Darchigh@gmail.com
fixed bad formatting
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/userregistration.cpp
Show inline comments
 
@@ -80,6 +80,7 @@ bool UserRegistration::unregisterUser(const std::string &barejid) {
 

	
 
	return true;
 
}
 

	
 
void UserRegistration::handleRegisterRemoteRosterResponse(boost::shared_ptr<Swift::RosterPayload> payload, Swift::ErrorPayload::ref remoteRosterNotSupported /*error*/, const UserInfo &row){
 
    if (remoteRosterNotSupported || !payload) {     
 
	Swift::Presence::ref response = Swift::Presence::create();
0 comments (0 inline, 0 general)