Summary: | Claim that echo@bot.talk.google.com doesn't support audio/video | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Guillaume Desmottes <guillaume.desmottes> |
Component: | gabble | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | presence-cache: hardcode gtalk's bot caps |
Description
Guillaume Desmottes
2012-01-17 03:38:24 UTC
As far as I can see, that's a bug in the bot: it really ought to implement disco#info. If this bot works with GTalk, that probably means that GTalk is *still* mis-implementing caps by looking at the names of bundles ("voice-v1", etc.) and inferring what the capabilities are from the bundle name, which is meant to be opaque (http://talk.google.com/xmpp/bot/caps#voice-v1 is not necessarily the same thing as http://example.com/#voice-v1, but I suspect GTalk would treat it as if it was). We could work around this by hard-coding the caps of the bot's URI in the same place we hard-code the caps of known GTalk client versions. (In reply to comment #1) > We could work around this by hard-coding the caps of the bot's URI in the same > place we hard-code the caps of known GTalk client versions. Which caps is that? Don't know if it's related but Gabble claims that Android contacts connected using the official gtalk client don't support A/V either. <presence from="xxxxx@gmail.com/android_talke745182aa103" to="guillaume.desmottes@gmail.com/cb11d944"><status/><priority>24</priority><caps:c node="http://www.android.com/gtalk/client/caps" ext="pmuc-v1 voice-v1 video-v1 camera-v1" ver="1.1" xmlns:caps="http://jabber.org/protocol/caps"/><show>away</show><x xmlns="vcard-temp:x:update"><photo>3fa9e0d462810bf05513c2b701fddacd97e919a1</photo></x></presence> (In reply to comment #2) > (In reply to comment #1) > > We could work around this by hard-coding the caps of the bot's URI in the same > > place we hard-code the caps of known GTalk client versions. I opened bug #44897 about this issue. Created attachment 55736 [details] [review] presence-cache: hardcode gtalk's bot caps Thanks Google for not implementing disco query on the bot... With the above patch, the bot is callable but for some reason my audio/video is not echoed back. This patch is the first step to debug this so worth merging anyway. Merged to master; will be in 0.15.4. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.