summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/chat-handler.cpp
diff options
context:
space:
mode:
authordaleharvey <daleharvey@users.sourceforge.net>2006-05-08 17:58:44 +0000
committerdaleharvey <daleharvey@users.sourceforge.net>2006-05-08 17:58:44 +0000
commita7a82a0fb60da5d6417caa8c4e01b1c8c2d2853e (patch)
tree2ec4e02677a5e5dec30fe0ccaa2c3119ec30056d /src/jabber_whiteboard/chat-handler.cpp
parentcomments explaining namespace mapping for the broken sodipodi namespace (diff)
downloadinkscape-a7a82a0fb60da5d6417caa8c4e01b1c8c2d2853e.tar.gz
inkscape-a7a82a0fb60da5d6417caa8c4e01b1c8c2d2853e.zip
Persist User / Server / ChatServer name across succesful sessions (Given By Botty)
(bzr r773)
Diffstat (limited to 'src/jabber_whiteboard/chat-handler.cpp')
-rw-r--r--src/jabber_whiteboard/chat-handler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jabber_whiteboard/chat-handler.cpp b/src/jabber_whiteboard/chat-handler.cpp
index bdb840066..b3e906508 100644
--- a/src/jabber_whiteboard/chat-handler.cpp
+++ b/src/jabber_whiteboard/chat-handler.cpp
@@ -137,6 +137,7 @@ ChatMessageHandler::parse(LmMessage* message)
this->_sm->session_data->receive_queues[sender.raw()] = new ReceiveMessageQueue(this->_sm);
} else {
+ //g_warning("hmm, who is chatting %s",chatter);
// If the presence message is from ourselves, then we know that we
// have successfully entered the chatroom _and_ have received the entire room roster,
// and can therefore decide whether we need to synchronize with the rest of the room.