# HG changeset patch # User Paul Aurich # Date 1241751017 0 # Node ID 7d924c723d7ec9e2f510108ec874f3cdc95fdb13 # Parent 12c45d148c3233837ef2ccfff1b84c74bbd7d0fc I forgot to finish this comment before coming back from dinner and committing. diff -r 12c45d148c32 -r 7d924c723d7e libpurple/protocols/jabber/caps.c --- 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 ||