summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-05-08 02:50:17 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-05-08 02:50:17 +0000
commit1ef5abe4536ffbdd3dc61944884b73c9e96be6b0 (patch)
tree49af7b95748b2e89e9e926b3a8223e457b67f18f
parenta8ce1332bd87fc22f770542104699990ff4466b4 (diff)
downloadpidgin-1ef5abe4536ffbdd3dc61944884b73c9e96be6b0.tar.gz
I forgot to finish this comment before coming back from dinner and committing.
-rw-r--r--libpurple/protocols/jabber/caps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpurple/protocols/jabber/caps.c b/libpurple/protocols/jabber/caps.c
index fabe56f8be..614aea01b3 100644
--- a/libpurple/protocols/jabber/caps.c
+++ b/libpurple/protocols/jabber/caps.c
@@ -356,7 +356,8 @@ gboolean jabber_caps_exts_known(const JabberCapsClientInfo *info,
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 ||