summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 09f5ae2)
raw | patch | inline | side by side (parent: 09f5ae2)
| author | daleharvey <daleharvey@users.sourceforge.net> | |
| Fri, 5 May 2006 17:02:29 +0000 (17:02 +0000) | ||
| committer | daleharvey <daleharvey@users.sourceforge.net> | |
| Fri, 5 May 2006 17:02:29 +0000 (17:02 +0000) |
| src/jabber_whiteboard/chat-handler.cpp | patch | blob | history |
index 1474be040c25e640e2789d5a71798b9fad85c043..bdb840066986d3d9b1e59407697dcc55df52e84a 100644 (file)
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;