plugins/jabber/jabber.c

changeset 1485
06ec3a5038da
parent 1469
180e5612097d
child 1499
0c3286729687
--- 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);

mercurial