comparison 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
comparison
equal deleted inserted replaced
26955:727d960a75a4 26956:eeee4309d3d8
3357 3357
3358 /* Buzz/Attention */ 3358 /* Buzz/Attention */
3359 jabber_add_feature(XEP_0224_NAMESPACE, jabber_buzz_isenabled); 3359 jabber_add_feature(XEP_0224_NAMESPACE, jabber_buzz_isenabled);
3360 3360
3361 /* Bits Of Binary */ 3361 /* Bits Of Binary */
3362 jabber_add_feature(XEP_0231_NAMESPACE, jabber_custom_smileys_isenabled); 3362 jabber_add_feature(XEP_0231_NAMESPACE, 0);
3363 3363
3364 /* Jingle features! */ 3364 /* Jingle features! */
3365 jabber_add_feature(JINGLE, 0); 3365 jabber_add_feature(JINGLE, 0);
3366 jabber_add_feature(JINGLE_TRANSPORT_RAWUDP, 0); 3366 jabber_add_feature(JINGLE_TRANSPORT_RAWUDP, 0);
3367 3367