[Bug 52206] New: deal with google changing caps node name
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jul 18 00:32:19 CEST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=52206
Bug #: 52206
Summary: deal with google changing caps node name
Classification: Unclassified
Product: Telepathy
Version: git master
Platform: Other
URL: cgit.freedesktop.org/~jonny/telepathy-gabble/log/?h=go
ogle-av-caps
OS/Version: All
Status: NEW
Keywords: patch
Severity: normal
Priority: medium
Component: gabble
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: jonny.lamb at collabora.co.uk
QAContact: telepathy-bugs at lists.freedesktop.org
#define GOOGLE_BUNDLE(cap, features) \
gabble_presence_cache_add_bundle_caps (cache, \
"http://www.google.com/xmpp/client/caps#" cap, features); \
gabble_presence_cache_add_bundle_caps (cache, \
"http://talk.google.com/xmpp/client/caps#" cap, features); \
gabble_presence_cache_add_bundle_caps (cache, \
"http://www.android.com/gtalk/client/caps#" cap, features); \
gabble_presence_cache_add_bundle_caps (cache, \
"http://www.android.com/gtalk/client/caps2#" cap, features); \
gabble_presence_cache_add_bundle_caps (cache, \
"http://talk.google.com/xmpp/bot/caps#" cap, features);
This kind of sucks because they've have five different node names. I've now
found another.
If we've got recognisable google features in ext='…' then just use them
regardless of what the node is. Here's a branch.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list