libpurple/protocols/jabber/jabber.c

changeset 27110
05ca719b901b
parent 27103
815af6acd59b
child 27143
977add4a215e
child 27208
bbc2f4ab5ae2
child 27214
36979dac48eb
child 27287
d3ececcf09d1
equal deleted inserted replaced
27106:183f2f03e1ee 27110:05ca719b901b
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

mercurial