Mercurial > pidgin
changeset 15095:a41a35ffb1bf
[gaim-migrate @ 17881]
this has been pissing me off at work
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sat, 02 Dec 2006 22:58:10 +0000 |
parents | 41dc2e3dbe2d |
children | 22d14df59ce4 |
files | libgaim/protocols/jabber/chat.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)