diff libpurple/protocols/jabber/caps.c @ 26539:20743d9bd62d

Fix allowing gmail user to initiate voice call by advertising a specific ext From xep-0115 v1.3: "The names of the feature bundles MUST NOT be used for semantic purposes: they are merely opaque identifiers that will be used in other use cases."
author Paul Aurich <paul@darkrain42.org>
date Sat, 04 Apr 2009 17:01:59 +0000
parents 882748e27f9d
children bc7fac8e2f79
line wrap: on
line diff
--- a/libpurple/protocols/jabber/caps.c	Sat Apr 04 07:29:50 2009 +0000
+++ b/libpurple/protocols/jabber/caps.c	Sat Apr 04 17:01:59 2009 +0000
@@ -552,7 +552,7 @@
 	jabber_caps_cbplususerdata *userdata;
 
 	if (ext && *ext && hash)
-		purple_debug_warning("jabber", "Ignoring exts in new-style caps from %s\n",
+		purple_debug_info("jabber", "Ignoring exts in new-style caps from %s\n",
 		                     who);
 
 	/* Using this in a read-only fashion, so the cast is OK */