[Telepathy] [Bug 15656] New: Inconsistent in when it calls a contact capable of audio/ video

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 22 13:19:05 PDT 2008


http://bugs.freedesktop.org/show_bug.cgi?id=15656

           Summary: Inconsistent in when it calls a contact capable of
                    audio/video
           Product: Telepathy
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: telepathy-gabble
        AssignedTo: telepathy at lists.freedesktop.org
        ReportedBy: sjoerd at luon.net


The capabilities implementation of gabble indicates that a contact is capable
of video if it just has PRESENCE_CAP_JINGLE_DESCRIPTION_VIDEO and capable of
audio if it has PRESENCE_CAP_GOOGLE_VOICE or
PRESENCE_CAP_JINGLE_DESCRIPTION_AUDIO

But when making a call using RequestStreams, a contact is only considered as
being capable of audio if it has:
  PRESENCE_CAP_JINGLE
  | PRESENCE_CAP_JINGLE_DESCRIPTION_AUDIO 
  | PRESENCE_CAP_GOOGLE_TRANSPORT_P2P;
or PRESENCE_CAP_GOOGLE_VOICE and a similar situation exists for video. So why
is 
PRESENCE_CAP_GOOGLE_TRANSPORT_P2P suddenly needed and why is
PRESENCE_CAP_JINGLE suddenly needed?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Telepathy mailing list