From 92c060f3a73ea06acd7138368e46f696fbdfc7fc Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Mon, 9 Nov 2015 13:29:44 -0800 Subject: [PATCH] remove label and mslabel from obsolete version of msid-draft. fix whitespace in code tags --- xep-0339.xml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/xep-0339.xml b/xep-0339.xml index 0d8cc89e..297e56d9 100644 --- a/xep-0339.xml +++ b/xep-0339.xml @@ -20,6 +20,12 @@ NOT_YET_ASSIGNED + + 0.2 + 2015-11-09 + ph +

remove obsolete mslabel and label lines.

+
0.1 2014-01-08 @@ -55,31 +61,23 @@ a=ssrc:<ssrc-id> <attribute>:<value>

An example follows:

a=ssrc:1656081975 cname:Yv/wvbCdsDW2Prgd -a=ssrc:1656081975 msid:MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIv MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIva0 -a=ssrc:1656081975 mslabel:MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIv -a=ssrc:1656081975 label:MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIva0 - +a=ssrc:1656081975 msid:MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIv MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIva0 - - - - ]]> +]]>

The SDP format defined in RFC 5576 is shown below.

-a=ssrc-group:<semantics> <ssrc-id> ... - +a=ssrc-group:<semantics> <ssrc-id> ...

This maps to Jingle as a <ssrc-group/> element qualified by the 'urn:xmpp:jingle:apps:rtp:ssma:0' namespace. Like the <source/> element, this is included as child of the Jingle <description/> element. The SDP 'semantics' parameter is mapped to the semantics attribute (for consistency with &xep0338;) and the list of ssrc-ids is mapped to <source/> elements whole 'ssrc' attribute is set to the ssrc-id.

[...] - - ]]> +]]>