# HG changeset patch # User Eric Warmenhoven # Date 988657762 0 # Node ID cf7806e63d0c06de5758d9214bce9a0282e93b0d # Parent 950a3e2be27d290260e948768610084a1c9a6a90 [gaim-migrate @ 1794] 01101000 01101001 committer: Tailor Script diff -r 950a3e2be27d -r cf7806e63d0c plugins/jabber/jabber.c --- a/plugins/jabber/jabber.c Mon Apr 30 18:52:47 2001 +0000 +++ b/plugins/jabber/jabber.c Mon Apr 30 19:09:22 2001 +0000 @@ -529,9 +529,12 @@ type = xmlnode_get_attrib(xmlns, "xmlns"); from = jid_full(p->from); + /* if ((y = xmlnode_get_tag(p->x, "html"))) { msg = xmlnode_get_data(y); - } else if ((y = xmlnode_get_tag(p->x, "body"))) { + } else + */ + if ((y = xmlnode_get_tag(p->x, "body"))) { msg = xmlnode_get_data(y); } @@ -579,9 +582,12 @@ static int i = 0; from = jid_full(p->from); + /* if ((y = xmlnode_get_tag(p->x, "html"))) { msg = xmlnode_get_data(y); - } else if ((y = xmlnode_get_tag(p->x, "body"))) { + } else + */ + if ((y = xmlnode_get_tag(p->x, "body"))) { msg = xmlnode_get_data(y); }