diff options
| author | daleharvey <daleharvey@users.sourceforge.net> | 2006-05-08 17:58:44 +0000 |
|---|---|---|
| committer | daleharvey <daleharvey@users.sourceforge.net> | 2006-05-08 17:58:44 +0000 |
| commit | a7a82a0fb60da5d6417caa8c4e01b1c8c2d2853e (patch) | |
| tree | 2ec4e02677a5e5dec30fe0ccaa2c3119ec30056d /src/jabber_whiteboard/chat-handler.cpp | |
| parent | comments explaining namespace mapping for the broken sodipodi namespace (diff) | |
| download | inkscape-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.cpp | 1 |
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. |
