diff 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
line wrap: on
line diff
--- 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");