[Telepathy-commits] [telepathy-gabble/master] Add comment about the Google Talk voice-v1 bundle
Alban Crequy
alban.crequy at collabora.co.uk
Tue Aug 19 10:52:43 PDT 2008
20080514104738-a41c0-a910e77d3b40740bc4a08206d3e9c2ef3fb67eb1.gz
---
src/capabilities.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/capabilities.c b/src/capabilities.c
index 6890652..beae1cd 100644
--- a/src/capabilities.c
+++ b/src/capabilities.c
@@ -77,6 +77,11 @@ capabilities_fill_cache (GabblePresenceCache *cache)
g_free (node);
}
+ /* Cache this bundle from the Google Talk client as trusted. So Gabble will
+ * not send any discovery request for this bundle.
+ *
+ * XMPP does not require to cache this bundle but some old versions of
+ * Google Talk do not reply correctly to discovery requests. */
gabble_presence_cache_add_bundle_caps (cache,
"http://www.google.com/xmpp/client/caps#voice-v1",
PRESENCE_CAP_GOOGLE_VOICE);
--
1.5.6.3
More information about the Telepathy-commits
mailing list