diff -r e0b690435403 -r d4df7d1821a5 src/protocols/jabber/message.c --- a/src/protocols/jabber/message.c Sat Jan 17 19:21:39 2004 +0000 +++ b/src/protocols/jabber/message.c Sat Jan 17 19:36:29 2004 +0000 @@ -259,7 +259,7 @@ jm->to = g_strdup(xmlnode_get_attrib(packet, "to")); for(child = packet->child; child; child = child->next) { - if(child->type != NODE_TYPE_TAG) + if(child->type != XMLNODE_TYPE_TAG) continue; if(!strcmp(child->name, "subject")) {