--- a/plugins/jabber/jabber.c Thu Feb 08 21:27:22 2001 +0000 +++ b/plugins/jabber/jabber.c Thu Feb 08 23:01:09 2001 +0000 @@ -466,7 +466,7 @@ type = xmlnode_get_attrib(p->x, "type"); - if (!type || !strcmp(type, "normal")) { + if (!type || !strcmp(type, "normal") || !strcmp(type, "chat")) { from = jid_full(p->from); if ((y = xmlnode_get_tag(p->x, "body"))) { msg = xmlnode_get_data(y);