diff libpurple/protocols/jabber/jabber.c @ 26956:eeee4309d3d8

Support custom smileys in MUCs (when all participants support BoB and a maximum of 10 participants are in the chat). Always announce support for BoB, since disable custom smileys will still turn off fetching them, and BoB can be used for other purposes further on.
author Marcus Lundblad <ml@update.uu.se>
date Wed, 13 May 2009 20:29:03 +0000
parents 92565c8e1e3a
children 6b0e150f2276 5afee99de904 2dfb639b4f26 13c774d59ac8 4c465be6c39c
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Wed May 13 18:13:03 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Wed May 13 20:29:03 2009 +0000
@@ -3359,7 +3359,7 @@
 	jabber_add_feature(XEP_0224_NAMESPACE, jabber_buzz_isenabled);
 
 	/* Bits Of Binary */
-	jabber_add_feature(XEP_0231_NAMESPACE, jabber_custom_smileys_isenabled);
+	jabber_add_feature(XEP_0231_NAMESPACE, 0);
 
 	/* Jingle features! */
 	jabber_add_feature(JINGLE, 0);