# HG changeset patch # User Nathan Walp # Date 1165100290 0 # Node ID a41a35ffb1bf74af114afc0ae57acbd2518be73e # Parent 41dc2e3dbe2d1249042b1ab76fbac01a6d54bdb0 [gaim-migrate @ 17881] this has been pissing me off at work committer: Tailor Script diff -r 41dc2e3dbe2d -r a41a35ffb1bf libgaim/protocols/jabber/chat.c --- a/libgaim/protocols/jabber/chat.c Sat Dec 02 22:31:49 2006 +0000 +++ b/libgaim/protocols/jabber/chat.c Sat Dec 02 22:58:10 2006 +0000 @@ -963,6 +963,8 @@ if(!(query = xmlnode_get_child(packet, "query"))) return; + /* disabling this until more MUC servers support + * announcing this chat->xhtml = FALSE; for(x = xmlnode_get_child(query, "feature"); x; x = xmlnode_get_next_twin(x)) { @@ -972,6 +974,7 @@ chat->xhtml = TRUE; } } + */ } void jabber_chat_disco_traffic(JabberChat *chat)