Changeset - 2ca447264ae8
[Not reviewed]
0 1 0
Jan Kaluza - 9 years ago 2016-02-17 17:52:16
jkaluza@redhat.com
Libtransport: Debug message for Conversation::sendParticipants
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
libtransport/Conversation.cpp
Show inline comments
 
@@ -234,6 +234,7 @@ void Conversation::sendParticipants(const Swift::JID &to, const std::string &nic
 
	// When user tries to join this room from another resource using
 
	// different nickname than the original one has, we have to rename
 
	// him.
 
	LOG4CXX_INFO(logger, m_jid.toString() << ": Sending participants to " << to.toString() << ", Nickname:" << nickname << ", Conversation nickname:" << m_nickname);
 
	if (m_nickname != nickname && !nickname.empty()) {
 
		Swift::Presence::ref presence;
 
		std::string tmp = m_nickname;
0 comments (0 inline, 0 general)