[Bug 33039] New: Call: Support SDP Capability Negotiation (RFC 5939)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 12 22:03:58 CET 2011


https://bugs.freedesktop.org/show_bug.cgi?id=33039

           Summary: Call: Support SDP Capability Negotiation (RFC 5939)
           Product: Telepathy
           Version: git master
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: tp-spec
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: olivier.crete at ocrete.ca
         QAContact: telepathy-bugs at lists.freedesktop.org


Look at how to support SDEP Cap Neg..

It is required by TS 126.114 section 6.2.1a (LTE SIP/RTP requirements) to use a
profile other than RTP/AVP, so we must make sure that our API supports it.

The big thing about SDPCapNeg is that you can offer more than one possible
configuration at the same time.

There are three ways we can support this:
1. Modify the MediaDescriptionOffer to include multiple offers at the same time
2. Have the CM do each offer in order until one is accepted by the client
3. Completely move the negotation inside the CM and make the API more simple by
only having the client declare all of its capabilities and then have the CM
just tell the client about the chosen offer.

-- 
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