[Bug 42761] New: GMail qirks fail if the GMail user is invisible
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Nov 9 23:16:27 CET 2011
https://bugs.freedesktop.org/show_bug.cgi?id=42761
Bug #: 42761
Summary: GMail qirks fail if the GMail user is invisible
Classification: Unclassified
Product: Telepathy
Version: git master
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: gabble
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: olivier.crete at ocrete.ca
QAContact: telepathy-bugs at lists.freedesktop.org
Created attachment 53350
--> https://bugs.freedesktop.org/attachment.cgi?id=53350
patch to not use quirks for video_rtp/rtcp
If the GMail user is invisible, we don't get its presence, we can't know it's
using gmail. The quirks fail.
This prevents video calls from working as it doesnt know to use "video_rtp" as
the "name" attribute instead of rtp.
I think we should just forget about the quirks and try to be clever and do
something that always works.
For example, for calls, if it's the Google transport, we can just always accept
video_rtp,video_rtcp as synomyms of rtp/rtcp. And for the outgoing candidates,
we can just send both (ie, duplicate every video candidate). The attached patch
does exactly that and makes incoming video calls from GMail users work.
--
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