]> git.tokkee.org Git - inkscape.git/commitdiff

Code

Short term change to allow inkboard to participate in muc at least on gristle.org
authordaleharvey <daleharvey@users.sourceforge.net>
Fri, 5 May 2006 17:02:29 +0000 (17:02 +0000)
committerdaleharvey <daleharvey@users.sourceforge.net>
Fri, 5 May 2006 17:02:29 +0000 (17:02 +0000)
src/jabber_whiteboard/chat-handler.cpp

index 1474be040c25e640e2789d5a71798b9fad85c043..bdb840066986d3d9b1e59407697dcc55df52e84a 100644 (file)
@@ -88,7 +88,7 @@ ChatMessageHandler::parse(LmMessage* message)
                                        LmMessageNode* body = lm_message_node_get_child(root, "body");
                                        if (body != NULL) {
                                                gchar const* val = lm_message_node_get_value(body);
-                                               if (strcmp(val, String::ucompose("%1 INKBOARD-JOINED", this->_sm->session_data->chat_handle).c_str()) == 0) {
+                                               if (strcmp(val, String::ucompose("%1 has become available", this->_sm->session_data->chat_handle).c_str()) == 0) {
                                                        return this->_finishConnection(); break;
                                                } else {
                                                        return LM_HANDLER_RESULT_ALLOW_MORE_HANDLERS;