Revision: 17881
http://svn.sourceforge.net/gaim/?rev=17881&view=rev
Author: faceprint
Date: 2006-12-02 14:58:10 -0800 (Sat, 02 Dec 2006)
Log Message:
-----------
this has been pissing me off at work
Modified Paths:
--------------
trunk/libgaim/protocols/jabber/chat.c
Modified: trunk/libgaim/protocols/jabber/chat.c
===================================================================
--- trunk/libgaim/protocols/jabber/chat.c 2006-12-02 22:31:49 UTC (rev 17880)
+++ trunk/libgaim/protocols/jabber/chat.c 2006-12-02 22:58:10 UTC (rev 17881)
@@ -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)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|