changeset 26848:7d924c723d7e

I forgot to finish this comment before coming back from dinner and committing.
author Paul Aurich <paul@darkrain42.org>
date Fri, 08 May 2009 02:50:17 +0000
parents 12c45d148c32
children e7819fa37224
files libpurple/protocols/jabber/caps.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/caps.c	Fri May 08 02:42:13 2009 +0000
+++ b/libpurple/protocols/jabber/caps.c	Fri May 08 02:50:17 2009 +0000
@@ -356,7 +356,8 @@
 		return TRUE;
 
 	for (i = 0; exts[i]; ++i) {
-		/* Hack since we advertise the ext but don't have any */
+		/* Hack since we advertise the ext along with v1.5 caps but don't
+		 * store any exts */
 		if (g_str_equal(exts[i], "voice-v1") && !info->exts)
 			continue;
 		if (!info->exts ||