comparison libpurple/protocols/jabber/presence.c @ 26545:b01e8e76c59d

Make my comment parse correctly.
author Paul Aurich <paul@darkrain42.org>
date Sun, 05 Apr 2009 03:25:00 +0000
parents 20743d9bd62d
children bc7fac8e2f79
comparison
equal deleted inserted replaced
26544:e0218e4ec785 26545:b01e8e76c59d
276 #ifdef USE_VV 276 #ifdef USE_VV
277 /* 277 /*
278 * MASSIVE HUGE DISGUSTING HACK 278 * MASSIVE HUGE DISGUSTING HACK
279 * This is a huge hack. As far as I can tell, Google Talk's gmail client 279 * This is a huge hack. As far as I can tell, Google Talk's gmail client
280 * doesn't bother to check the actual features we advertise; they 280 * doesn't bother to check the actual features we advertise; they
281 * just assume that if we advertise a 'voice-v1' ext (ignoring that 281 * just assume that if we specify a 'voice-v1' ext (ignoring that
282 * these are to be assigned no semantic value). We need to advertise 282 * these are to be assigned no semantic value), we support receiving voice
283 * this for the gmail web interface chat client to allow the mail user 283 * calls.
284 * to start a voice chat with us. Boo.
285 */ 284 */
286 if (jabber_audio_enabled(js, NULL /* unused */)) 285 if (jabber_audio_enabled(js, NULL /* unused */))
287 xmlnode_set_attrib(c, "ext", "voice-v1"); 286 xmlnode_set_attrib(c, "ext", "voice-v1");
288 #endif 287 #endif
289 288