# HG changeset patch # User Paul Aurich # Date 1238901900 0 # Node ID b01e8e76c59db792de450f8b3429460ad14d52d8 # Parent e0218e4ec785ce6e2960d4b7253c8e600484de8f Make my comment parse correctly. diff -r e0218e4ec785 -r b01e8e76c59d libpurple/protocols/jabber/presence.c --- a/libpurple/protocols/jabber/presence.c Sat Apr 04 23:05:04 2009 +0000 +++ b/libpurple/protocols/jabber/presence.c Sun Apr 05 03:25:00 2009 +0000 @@ -278,10 +278,9 @@ * MASSIVE HUGE DISGUSTING HACK * This is a huge hack. As far as I can tell, Google Talk's gmail client * doesn't bother to check the actual features we advertise; they - * just assume that if we advertise a 'voice-v1' ext (ignoring that - * these are to be assigned no semantic value). We need to advertise - * this for the gmail web interface chat client to allow the mail user - * to start a voice chat with us. Boo. + * just assume that if we specify a 'voice-v1' ext (ignoring that + * these are to be assigned no semantic value), we support receiving voice + * calls. */ if (jabber_audio_enabled(js, NULL /* unused */)) xmlnode_set_attrib(c, "ext", "voice-v1");