comparison libpurple/protocols/jabber/caps.c @ 26457: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
comparison
equal deleted inserted replaced
26456:a9d5067ad6e7 26457:20743d9bd62d
550 JabberCapsClientInfo *info; 550 JabberCapsClientInfo *info;
551 JabberCapsKey key; 551 JabberCapsKey key;
552 jabber_caps_cbplususerdata *userdata; 552 jabber_caps_cbplususerdata *userdata;
553 553
554 if (ext && *ext && hash) 554 if (ext && *ext && hash)
555 purple_debug_warning("jabber", "Ignoring exts in new-style caps from %s\n", 555 purple_debug_info("jabber", "Ignoring exts in new-style caps from %s\n",
556 who); 556 who);
557 557
558 /* Using this in a read-only fashion, so the cast is OK */ 558 /* Using this in a read-only fashion, so the cast is OK */
559 key.node = (char *)node; 559 key.node = (char *)node;
560 key.ver = (char *)ver; 560 key.ver = (char *)ver;