mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
SDP stuff
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1434 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
6cd658640b
commit
ef43ff6d17
@ -783,7 +783,7 @@ PENDING o---------------------+ |
|
||||
<ol>
|
||||
<li>How successful application format negotiation occurs for encapsulation into Jingle.</li>
|
||||
<li>A &DESCRIPTION; element and associated semantics for representing the application format.</li>
|
||||
<li>If and how the application format can be mapped to the Session Description Protocol.</li>
|
||||
<li>If and how the application format can be mapped to the Session Description Protocol, including the appropriate SDP media type (see Section 8.2.1 of <cite>RFC 4566</cite>).</li>
|
||||
<li>Whether the media for the application format should be sent over a reliable transport method or a lossy transport method (or, if both, which is preferred).</li>
|
||||
<li>Exactly how the media is to be sent and received over a reliable or lossy transport.</li>
|
||||
</ol>
|
||||
|
@ -343,6 +343,7 @@
|
||||
</section1>
|
||||
|
||||
<section1 topic='Mapping to Session Description Protocol' anchor='sdp'>
|
||||
<p>The SDP media type for Jingle Audio via RTP is "audio" (see Section 8.2.1 of <cite>RFC 4566</cite>).</p>
|
||||
<p>If the payload type is static (payload-type IDs 0 through 95 inclusive), it MUST be mapped to a media field defined in <cite>RFC 4566</cite>. The generic format for the media field is as follows:</p>
|
||||
<code><![CDATA[
|
||||
m=<media> <port> <transport> <fmt list>
|
||||
|
@ -344,6 +344,7 @@
|
||||
</section1>
|
||||
|
||||
<section1 topic='Mapping to Session Description Protocol' anchor='sdp'>
|
||||
<p>The SDP media type for Jingle Video via RTP is "video" (see Section 8.2.1 of <cite>RFC 4566</cite>).</p>
|
||||
<p>If the payload type is static (payload-type IDs 0 through 95 inclusive), it MUST be mapped to a media field defined in <cite>RFC 4566</cite>. The generic format for the media field is as follows:</p>
|
||||
<code><![CDATA[
|
||||
m=<media> <port> <transport> <fmt list>
|
||||
|
Loading…
Reference in New Issue
Block a user