# HG changeset patch # User Eric Warmenhoven # Date 981673269 0 # Node ID 5e00250ada1ea0e1185bcdfa8710a41a3edbf15a # Parent d8f85826995e08e1494cb634c730a7380b868646 [gaim-migrate @ 1495] this was stupid. thanks Schuyler :) committer: Tailor Script diff -r d8f85826995e -r 5e00250ada1e plugins/jabber/jabber.c --- 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);