changeset 1485:5e00250ada1e

[gaim-migrate @ 1495] this was stupid. thanks Schuyler :) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 08 Feb 2001 23:01:09 +0000
parents d8f85826995e
children b72a33d07ce8
files plugins/jabber/jabber.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);