idnits 2.17.1 draft-ietf-mmusic-msrp-usage-data-channel-14.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- == There are 1 instance of lines with non-RFC2606-compliant FQDNs in the document. Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year -- The document date (December 9, 2019) is 1597 days in the past. Is this intentional? Checking references for intended status: Proposed Standard ---------------------------------------------------------------------------- (See RFCs 3967 and 4897 for information about using normative references to lower-maturity documents in RFCs) ** Obsolete normative reference: RFC 4566 (Obsoleted by RFC 8866) Summary: 1 error (**), 0 flaws (~~), 2 warnings (==), 1 comment (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 MMUSIC K. Drage, Ed. 3 Internet-Draft M. Makaraju 4 Intended status: Standards Track J. Stoetzer-Bradler 5 Expires: June 11, 2020 R. Ejzak 6 Unaffiliated 7 J. Recio, Ed. 8 December 9, 2019 10 MSRP over Data Channels 11 draft-ietf-mmusic-msrp-usage-data-channel-14 13 Abstract 15 This document specifies how the Message Session Relay Protocol (MSRP) 16 can be instantiated as a data channel sub-protocol, using the SDP 17 offer/answer exchange-based generic data channel negotiation 18 framework. Two network configurations are documented: a WebRTC end- 19 to-end configuration (connecting two MSRP over data channel 20 endpoints), and a gateway configuration (connecting an MSRP over data 21 channel endpoint with an MSRP over TCP or TLS endpoint). 23 Status of This Memo 25 This Internet-Draft is submitted in full conformance with the 26 provisions of BCP 78 and BCP 79. 28 Internet-Drafts are working documents of the Internet Engineering 29 Task Force (IETF). Note that other groups may also distribute 30 working documents as Internet-Drafts. The list of current Internet- 31 Drafts is at https://datatracker.ietf.org/drafts/current/. 33 Internet-Drafts are draft documents valid for a maximum of six months 34 and may be updated, replaced, or obsoleted by other documents at any 35 time. It is inappropriate to use Internet-Drafts as reference 36 material or to cite them other than as "work in progress." 38 This Internet-Draft will expire on June 11, 2020. 40 Copyright Notice 42 Copyright (c) 2019 IETF Trust and the persons identified as the 43 document authors. All rights reserved. 45 This document is subject to BCP 78 and the IETF Trust's Legal 46 Provisions Relating to IETF Documents 47 (https://trustee.ietf.org/license-info) in effect on the date of 48 publication of this document. Please review these documents 49 carefully, as they describe your rights and restrictions with respect 50 to this document. Code Components extracted from this document must 51 include Simplified BSD License text as described in Section 4.e of 52 the Trust Legal Provisions and are provided without warranty as 53 described in the Simplified BSD License. 55 Table of Contents 57 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3 58 2. Conventions . . . . . . . . . . . . . . . . . . . . . . . . . 4 59 3. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 4 60 4. Principles . . . . . . . . . . . . . . . . . . . . . . . . . 5 61 4.1. MSRP Data Channel . . . . . . . . . . . . . . . . . . . . 5 62 4.2. Session Mapping . . . . . . . . . . . . . . . . . . . . . 5 63 4.3. MSRP URI . . . . . . . . . . . . . . . . . . . . . . . . 5 64 4.4. msrp-scheme . . . . . . . . . . . . . . . . . . . . . . . 5 65 5. End-to-End Configuration . . . . . . . . . . . . . . . . . . 5 66 5.1. Basic MSRP Support . . . . . . . . . . . . . . . . . . . 6 67 5.1.1. SDP Considerations . . . . . . . . . . . . . . . . . 6 68 5.1.1.1. Use of the dcmap Attribute . . . . . . . . . . . 6 69 5.1.1.2. Use of the dcsa Attribute . . . . . . . . . . . . 6 70 5.1.1.3. Use of the dcsa embedded setup Attribute . . . . 7 71 5.1.1.4. Example SDP Negotiation . . . . . . . . . . . . . 7 72 5.1.2. Session Opening . . . . . . . . . . . . . . . . . . . 8 73 5.1.3. Data Framing . . . . . . . . . . . . . . . . . . . . 8 74 5.1.4. Data Sending and Reporting . . . . . . . . . . . . . 9 75 5.1.5. Session Closing . . . . . . . . . . . . . . . . . . . 9 76 5.2. Support for MSRP File Transfer Function . . . . . . . . . 9 77 6. Gateway Configuration . . . . . . . . . . . . . . . . . . . . 10 78 7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 10 79 7.1. Subprotocol Identifier MSRP . . . . . . . . . . . . . . . 10 80 7.2. setup Attribute . . . . . . . . . . . . . . . . . . . . . 11 81 8. Security Considerations . . . . . . . . . . . . . . . . . . . 11 82 9. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 11 83 10. CHANGE LOG . . . . . . . . . . . . . . . . . . . . . . . . . 12 84 10.1. Changes against 'draft-ietf-mmusic-msrp-usage-data- 85 channel-13' . . . . . . . . . . . . . . . . . . . . . . 12 86 10.2. Changes against 'draft-ietf-mmusic-msrp-usage-data- 87 channel-12' . . . . . . . . . . . . . . . . . . . . . . 12 88 10.3. Changes against 'draft-ietf-mmusic-msrp-usage-data- 89 channel-11' . . . . . . . . . . . . . . . . . . . . . . 12 90 10.4. Changes against 'draft-ietf-mmusic-msrp-usage-data- 91 channel-10' . . . . . . . . . . . . . . . . . . . . . . 12 92 10.5. Changes against 'draft-ietf-mmusic-msrp-usage-data- 93 channel-09' . . . . . . . . . . . . . . . . . . . . . . 12 94 10.6. Changes against 'draft-ietf-mmusic-msrp-usage-data- 95 channel-08' . . . . . . . . . . . . . . . . . . . . . . 12 96 10.7. Changes against 'draft-ietf-mmusic-msrp-usage-data- 97 channel-07' . . . . . . . . . . . . . . . . . . . . . . 12 98 10.8. Changes against 'draft-ietf-mmusic-msrp-usage-data- 99 channel-06' . . . . . . . . . . . . . . . . . . . . . . 13 100 10.9. Changes against 'draft-ietf-mmusic-msrp-usage-data- 101 channel-05' . . . . . . . . . . . . . . . . . . . . . . 13 102 10.10. Changes against 'draft-ietf-mmusic-msrp-usage-data- 103 channel-04' . . . . . . . . . . . . . . . . . . . . . . 13 104 10.11. Changes against 'draft-ietf-mmusic-msrp-usage-data- 105 channel-03' . . . . . . . . . . . . . . . . . . . . . . 13 106 10.12. Changes against 'draft-ietf-mmusic-msrp-usage-data- 107 channel-02' . . . . . . . . . . . . . . . . . . . . . . 13 108 10.13. Changes against 'draft-ietf-mmusic-msrp-usage-data- 109 channel-01' . . . . . . . . . . . . . . . . . . . . . . 14 110 10.14. Changes against 'draft-ietf-mmusic-msrp-usage-data- 111 channel-00' . . . . . . . . . . . . . . . . . . . . . . 15 112 10.15. Changes against 'draft-ejzak-mmusic-msrp-usage-data- 113 channel-01' . . . . . . . . . . . . . . . . . . . . . . 16 114 10.16. Changes against '-00' . . . . . . . . . . . . . . . . . 16 115 11. Normative References . . . . . . . . . . . . . . . . . . . . 16 116 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 18 118 1. Introduction 120 The Message Session Relay Protocol (MSRP) [RFC4975] is a protocol for 121 transmitting a series of related instant messages in the context of a 122 session. In addition to instant messaging, MSRP can also be used for 123 image sharing or file transfer. MSRP is currently defined to work 124 over TCP and TLS connections, and over a WebSocket subprotocol 125 specified by [RFC7977]. 127 This document defines the negotiation and transport of this MSRP 128 protocol over data channels, where a data channel is a bi-directional 129 communication channel running on top of SCTP/DTLS (as per 130 [I-D.ietf-rtcweb-data-channel]) and where MSRP is instantiated as a 131 sub-protocol of this data channel. The MSRP protocol negotiation 132 defined in this document is based on the generic SDP offer/answer 133 exchange based data channel negotiation as specified in 134 [I-D.ietf-mmusic-data-channel-sdpneg]. 136 Defining MSRP as a data channel sub-protocol has many benefits: 138 o provides to applications a proven protocol enabling instant 139 messaging, file transfer, image sharing 141 o integrates those features with other RTCWeb voice, video and data 142 features 144 o leverages the SDP-based negotiation already defined for MSRP 145 o allows the interworking with MSRP endpoints running on a TCP or 146 TLS connection 148 Compared to WebSockets, that provide a message passing protocol to 149 applications with no direct access to TCP or TLS sockets, data 150 channels provide a low latency transport, leverage NAT-aware 151 connectivity and security features of WebRTC, and are increasingly 152 available not only in modern browsers but in other applications that 153 use WebRTC for media or other purposes (IoT or telemetry in general, 154 non-media data exchange, etc). 156 Considering an MSRP endpoint being an MSRP application that uses data 157 channel from WebRTC specifications [I-D.ietf-rtcweb-data-channel], 158 this document describes two configurations where the other endpoint 159 is respectively either another MSRP over data channel endpoint (e.g., 160 a WebRTC application) or an MSRP endpoint using either TCP or TLS 161 transport. 163 2. Conventions 165 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", 166 "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this 167 document are to be interpreted as described in [RFC2119]. 169 3. Terminology 171 This document uses the following terms: 173 Data channel: A WebRTC data channel as specified in 174 [I-D.ietf-rtcweb-data-channel]. 176 MSRP data channel: A data channel specifically used to transport 177 the messages of one MSRP session. 179 External negotiation: Data channel negotiation based on out-of- 180 band or in-band mechanisms other than the Data Channel 181 Establishment Protocol specified in 182 [I-D.ietf-rtcweb-data-protocol]. 184 In-band: Transmission through the peer-to-peer SCTP association. 186 Out-of-band: Transmission through the call control signaling path, 187 e.g., using JSEP [I-D.ietf-rtcweb-jsep] and the SDP Offer/Answer 188 model [RFC3264]. 190 Peer: From the perspective of one of the agents in a session, its 191 peer is the other agent. Specifically, from the perspective of 192 the SDP offerer, the peer is the SDP answerer. From the 193 perspective of the SDP answerer, the peer is the SDP offerer. 195 4. Principles 197 4.1. MSRP Data Channel 199 In this document, an MSRP data channel is a data channel for which 200 the instantiated sub-protocol is "MSRP", and where the MSRP-related 201 negotiation is done as part of the SDP-based external negotiation 202 method defined in [I-D.ietf-mmusic-data-channel-sdpneg]. 204 4.2. Session Mapping 206 In this design, the MSRP session maps to the SCTP association and the 207 "SCTP stream pair" assigned to the data channel, and each MSRP 208 session maps to one data channel exactly. 210 4.3. MSRP URI 212 This document extends the MSRP URI syntax [RFC4975] by defining the 213 new transport parameter value "dc": 215 transport /= "dc" / 1*ALPHANUM 216 ; Add "dc" to existing transports per [RFC4975] 218 MSRP design provides for new transport bindings, see Section 6 of 219 [RFC4975], MSRP implementations are expected to allow unrecognized 220 transports for which there is no need to establish a connection to 221 the resource described by the URI, as it's the case of data channels 222 (Section 5.1.2). 224 4.4. msrp-scheme 226 The msrp-scheme portion of the MSRP-URI that represents an MSRP data 227 channel endpoint (used in the SDP path attribute and in the MSRP 228 message headers) is always "msrps", which indicates that the MSRP 229 data channel is always secured using DTLS as described in 230 [I-D.ietf-rtcweb-data-channel]. 232 5. End-to-End Configuration 234 This section describes the network configuration where each MSRP 235 endpoint is running MSRP over a data channel. 237 5.1. Basic MSRP Support 239 5.1.1. SDP Considerations 241 The generic SDP considerations, including the SDP Offer/Answer 242 procedures, for negotiating a WebRTC data channel are defined in 243 [I-D.ietf-mmusic-data-channel-sdpneg]. This section defines the SDP 244 considerations that are specific to an MSRP data channel. 246 5.1.1.1. Use of the dcmap Attribute 248 An offerer and answerer MUST, in each offer and answer, include a 249 dcmap attribute line ([I-D.ietf-mmusic-data-channel-sdpneg]) within 250 the media description of the SCTP association for each MSRP data 251 channel session to be negotiated. 253 The attribute includes the following data channel parameters: 255 o "label=" labelstring 257 o "subprotocol=" "MSRP" 259 The labelstring is set by the MSRP application according to 260 [I-D.ietf-mmusic-data-channel-sdpneg]. 262 The offerer and answerer MUST NOT include the max-retr and the max- 263 time attribute parameters in the dcmap attribute. 265 The offerer and answerer MAY include the ordered attribute parameter 266 in the dcmap attribute. If included, the attribute parameter value 267 MUST be set to "true". 269 Below is an example of the dcmap attribute for an MSRP session to be 270 negotiated with stream-id=2 and label="chat": 272 a=dcmap:2 label="chat";subprotocol="MSRP" 274 5.1.1.2. Use of the dcsa Attribute 276 An offerer and answerer MUST, in each offer and answer, include a 277 dcsa attribute line ([I-D.ietf-mmusic-data-channel-sdpneg]) within 278 the media description for the SCTP association for each MSRP-specific 279 SDP attribute to be negotiated for each MSRP data channel being 280 negotiated. 282 An offerer and answerer MUST include a dcsa attribute for the 283 following MSRP-specific SDP attributes: 285 o defined in [RFC4975]: "path". 287 o defined in [RFC6714]: "msrp-cema". 289 o defined in [RFC6135]: "setup". See Section 5.1.1.3 291 It is considered a protocol error if one or more of the dcsa embedded 292 attributes listed above are not included in an offer or answer. 294 An offerer and answerer MAY include a dcsa attribute for the 295 following MSRP-specific SDP attributes, following the procedures 296 defined for each attributes: 298 o defined in [RFC4975]: "accept-types", "accept-wrapped-types" and 299 "max-size" 301 o defined in [RFC4566]: "sendonly", "recvonly", "inactive" and 302 "sendrecv" 304 o defined in [RFC5547]: all the parameters related to MSRP file 305 transfer. See Section 5.2. 307 A subsequent offer or answer MAY update the previously negotiated 308 MSRP subprotocol attributes while keeping the same subprotocol 309 a=dcmap description. The semantics for newly negotiated MSRP 310 subprotocol attributes are per [RFC4975]. 312 5.1.1.3. Use of the dcsa embedded setup Attribute 314 As described in Section 5.1.1.2, the usage of a dsca embedded setup 315 attribute is mandated for MSRP sessions over data channels. It is 316 used to negotiate which MSRP session endpoint assumes the active role 317 as per Section 4.2.2 of [RFC6135] and Section 5.4 of [RFC4975]. It 318 has no relationship with the DTLS connection establishment roles 319 [I-D.ietf-mmusic-sctp-sdp]. 321 The dcsa embedded setup attribute is of the form "a=dcsa:x 322 setup:", with x being the data channel's SCTP stream 323 identifier, so that such attribute is explicitly associated with an 324 MSRP session over a specific data channel. 326 5.1.1.4. Example SDP Negotiation 328 The following is an example of an "m" line for data channels in an 329 SDP offer that includes the attributes needed to establish two MSRP 330 sessions: one for chat and one for file transfer. The example is 331 derived from a combination of examples in [RFC4975] and [RFC5547]. 333 m=application 54111 UDP/DTLS/SCTP webrtc-datachannel 334 c=IN IP4 198.51.100.79 335 a=max-message-size:100000 336 a=sctp-port:5000 337 a=setup:actpass 338 a=fingerprint:SHA-1 \ 339 4A:AD:B9:B1:3F:82:18:3B:54:02:12:DF:3E:5D:49:6B:19:E5:7C:AB 340 a=tls-id:4a756565cddef001be82 341 a=dcmap:0 label="chat";subprotocol="MSRP" 342 a=dcsa:0 msrp-cema 343 a=dcsa:0 setup:active 344 a=dcsa:0 accept-types:message/cpim text/plain 345 a=dcsa:0 path:msrps://bob.example.com:54111/si438dsaodes;dc 346 a=dcmap:2 label="file transfer";subprotocol="MSRP" 347 a=dcsa:2 sendonly 348 a=dcsa:2 msrp-cema 349 a=dcsa:2 setup:active 350 a=dcsa:2 accept-types:message/cpim 351 a=dcsa:2 accept-wrapped-types:* 352 a=dcsa:2 path:msrps://bob.example.com:54111/jshA7we;dc 353 a=dcsa:2 file-selector:name:"picture1.jpg" \ 354 type:image/jpeg size:1463440 hash:sha-1:\ 355 FF:27:0D:81:14:F1:8A:C3:35:3B:36:64:2A:62:C9:3E:D3:6B:51:B4 356 a=dcsa:2 file-transfer-id:rjEtHAcYVZ7xKwGYpGGwyn5gqsSaU7Ep 357 a=dcsa:2 file-disposition:attachment 358 a=dcsa:2 file-date:creation:"Mon, 12 Jan 2018 15:01:31 +0800" 359 a=dcsa:2 file-icon:cid:id2@bob.example.com 360 a=dcsa:2 file-range:1-1463440 362 5.1.2. Session Opening 364 Section 5.1.1.3 describes how the active MSRP session endpoint role 365 is negotiated. The active MSRP session endpoint uses the data 366 channel established for this MSRP session by the generic data channel 367 opening procedure defined in [I-D.ietf-mmusic-data-channel-sdpneg]. 368 The path attribute SHALL NOT be used for transport negotiation. 370 As soon as this data channel is opened, the MSRP session is actually 371 opened by the active MSRP session endpoint. In order to do this the 372 active MSRP endpoint sends an MSRP SEND message (empty or not) to the 373 other MSRP endpoint. 375 5.1.3. Data Framing 377 Each text-based MSRP message is sent on the corresponding SCTP stream 378 using standard MSRP framing and chunking procedures, as defined in 379 [RFC4975], with each MSRP chunk delivered in a single SCTP user 380 message. Therefore all sent MSRP chunks including the MSRP chunk 381 header MUST have lengths of less than or equal to the value of the 382 peer's "a=max-message-size" attribute, which is associated with the 383 data channel's SCTP association. 385 5.1.4. Data Sending and Reporting 387 Data sending and reporting procedures SHALL conform to RFC 4975. 389 5.1.5. Session Closing 391 The closure of an MSRP session MUST be signaled via an SDP offer/ 392 answer exchange which removes the "a=dcmap:" and "a=dcsa:" attribute 393 lines associated with the MSRP session from the associated DTLS/SCTP 394 based media description. This results in the associated data channel 395 being closed as well as per [I-D.ietf-mmusic-data-channel-sdpneg], 396 where the actual data channel closure procedure is typically 397 initiated by the SDP answerer right after having accepted the SDP 398 offer. 400 The port value for the "m" line SHOULD NOT be changed (e.g. to zero) 401 when closing an MSRP session (unless all data channels are being 402 closed and the SCTP association is no longer needed), since this 403 would close the SCTP association and impact all of the data channels. 404 In all cases in [RFC4975] where the procedure calls for setting the 405 port to zero for the MSRP "m" line in an SDP offer for TCP transport, 406 the SDP offerer of an MSRP session with data channel transport SHALL 407 remove the corresponding dcmap and dcsa attributes. 409 The SDP answerer must ensure that no dcmap or dcsa attributes are 410 present in the SDP answer if no corresponding attributes are present 411 in the received SDP offer. 413 5.2. Support for MSRP File Transfer Function 415 [RFC5547] defines an end-to-end file transfer method based on MSRP 416 and the SDP offer/answer mechanism. This file transfer method is 417 also usable by MSRP endpoints using data channels, with the following 418 considerations: 420 o As an MSRP session maps to one data channel, a file transfer 421 session maps also to one data channel. 423 o SDP attributes specified in [RFC5547] for a file transfer "m" line 424 are embedded as subprotocol-specific attributes using the syntax 425 defined in [I-D.ietf-mmusic-data-channel-sdpneg]. 427 o Once the file transfer is complete, the same data channel MAY be 428 reused for another file transfer. 430 6. Gateway Configuration 432 This section describes the network configuration where one MSRP 433 endpoint uses data channels as MSRP transport, the other MSRP 434 endpoint uses TLS/TCP connections as MSRP transport, and the two MSRP 435 endpoints interwork via an MSRP gateway. 437 Specifically, a gateway can be configured to interwork an MSRP 438 session over a data channel with a peer that does not support data 439 channel transport in one of two ways. 441 In one model, the gateway performs as a MSRP B2BUA to interwork all 442 the procedures as necessary between the endpoints. No further 443 specification is needed for this model. 445 Alternately, the gateway can provide transport level interworking 446 between MSRP endpoints using different transport protocols. In 447 accordance with Section 5.1.2, path attributes SHALL NOT be used for 448 transport level interworking. 450 When the gateway performs transport level interworking between MSRP 451 endpoints, all of the procedures in Section 5 apply to each peer, 452 with the following additions: 454 o The gateway MUST use CEMA towards the non-data channel endpoint. 456 o If the non-data channel endpoint does not support CEMA, transport 457 level interworking mode is not possible, the gateway needs to act 458 as an MSRP B2BUA. 460 o The gateway MUST NOT modify the path attribute received from data 461 channel or from non-data channel endpoints. 463 o The gateway MUST NOT modify the setup value received from data 464 channel or from non-data channel endpoints. 466 o The endpoint establishing an MSRP session using data channel 467 transport SHALL NOT request inclusion of any relays, although it 468 MAY interoperate with a peer that signals the use of relays. 470 7. IANA Considerations 472 7.1. Subprotocol Identifier MSRP 474 NOTE to RFC Editor: Please replace "XXXX" with the number of this 475 RFC. 477 This document adds the subprotocol identifier "MSRP" to the 478 "WebSocket Subprotocol Name Registry" as follows: 480 +--------------------------+---------+ 481 | Subprotocol Identifier: | MSRP | 482 | Subprotocol Common Name: | MSRP | 483 | Subprotocol Definition: | RFCXXXX | 484 | Reference: | RFCXXXX | 485 +--------------------------+---------+ 487 7.2. setup Attribute 489 NOTE to RFC Editor: Please replace "XXXX" with the number of this 490 RFC. 492 This document modifies the usage of the SDP setup attribute, if this 493 attribute is embedded in a dcsa attribute and associated with an MSRP 494 session over a data channel. The modified usage is described in 495 Section 5.1.1.3. 497 Usage level "dcsa(MSRP)" should be added to the IANA registration of 498 the SDP setup attribute as follows: 500 +-----------------------+-------------------------------------------+ 501 | Contact name: | MMUSIC Chairs | 502 | Contact email: | mmusic-chairs@ietf.org | 503 | Attribute name: | setup | 504 | Usage level: | dcsa(MSRP) | 505 | Purpose: | Negotiate the active role of an MSRP | 506 | | session over a data channel as per | 507 | | Section 5.1.1.3 | 508 | Reference: | RFCXXXX | 509 +-----------------------+-------------------------------------------+ 511 8. Security Considerations 513 MSRP traffic over data channels is secured, including 514 confidentiality, integrity and source authentication, as specified by 515 [I-D.ietf-rtcweb-data-channel] 517 Note that discussion in [RFC4975] on MSRP message attribution to 518 remote identities applies to data channel transport. 520 9. Acknowledgments 522 The authors wish to acknowledge the borrowing of ideas from another 523 internet draft by Peter Dunkley and Gavin Llewellyn, and to thank 524 Flemming Andreasen, Christian Groves, Christer Holmberg, Paul 525 Kyzivat, Jonathan Lennox, Uwe Rauschenbach, Albrecht Schwarz and 526 Keith Drage for their invaluable comments. 528 10. CHANGE LOG 530 10.1. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-13' 532 o Clarify gateway procedures in accordance to mandatory use of CEMA. 534 10.2. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-12' 536 o Make CEMA mandatory, clarify SDP procedures. 538 10.3. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-11' 540 o Additional clarifications on cema and path attribute after mail 541 list feedback. 543 10.4. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-10' 545 o Corrections and clarifications on cema and path attributes after 546 mail list feedback. 548 10.5. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-09' 550 o Corrected area to ART. 552 10.6. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-08' 554 o Updated reference to 4566bis. 556 o Expanded motivation paragraphs in introduction. 558 10.7. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-07' 560 o Move security considerations after IANA considerations, following 561 RFC7322 suggested order. 563 o Update references to use xml.resource.org citation database. 565 o Reformat of the section discussing setup parameter 567 o Align examples with latest [I-D.ietf-mmusic-data-channel-sdpneg] 568 draft. 570 o Edit section 6 for clarity. 572 o Security requirements. 574 o Clarify comment on unrecognized transports and session opening. 576 o Update year, add editor. 578 10.8. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-06' 580 o Modification of Keith's address information. 582 10.9. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-05' 584 o Modification of Juergen's address information. 586 10.10. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-04' 588 o Addition of [I-D.ietf-mmusic-rfc4566bis] to list of normative 589 references. 591 o Addition of Section 7.2 as per section 8.2.4 of 592 [I-D.ietf-mmusic-rfc4566bis]. 594 10.11. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-03' 596 o Addition of IANA registration related Section 7.1. 598 10.12. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-02' 600 o Addition of "a=setup:actpass", "a=connection:new", 601 "a=fingerprint:..." and "a=dcsa:x setup=active" SDP attributes to 602 the SDP example in Section 5.1.1.4. 604 o Addition of [RFC4145] and [I-D.ietf-mmusic-sctp-sdp] to list of 605 normative references. 607 o Addition of new Section 5.1.1.3 describing how the active MSRP 608 session endpoint role is negotiated. 610 o Extension of first paragraph of Section 5.1.2 with new first 611 sentence "Section 5.1.1.3 describes how the active MSRP session 612 endpoint role is negotiated.". 614 o First sentence of second paragraph in Section 5.1.2 was "As soon 615 as this data channel is opened, the MSRP session is actually 616 opened by the active MSRP endpoint which sends an MSRP SEND 617 message (empty or not) to the other MSRP endpoint." Replacement 618 of this sentence with "As soon as this data channel is opened, the 619 MSRP session is actually opened by the active MSRP endpoint. In 620 order to do this the active MSRP endpoint sends an MSRP SEND 621 message (empty or not) to the other MSRP endpoint." 623 o Addition of setup attribute specific behavior descriptions of data 624 channel to TCP or TLS interworking gateways in Section 6. 626 10.13. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-01' 628 o In the abstract replacement of the first sentence "This document 629 specifies how the Message Session Relay Protocol (MSRP) can be 630 instantiated as a data channel sub-protocol, using the SDP offer/ 631 answer exchange-based external negotiation defined in 632 [I-D.ietf-mmusic-data-channel-sdpneg]" with "This document 633 specifies how the Message Session Relay Protocol (MSRP) can be 634 instantiated as a data channel sub-protocol, using the SDP offer/ 635 answer exchange-based generic data channel negotiation framework" 636 in order to remove the reference from the abstract text. 638 o Addition of following sentence to the second paragraph in 639 Section 1: "The MSRP protocol negotiation defined in this document 640 is based on the generic SDP offer/answer exchange based data 641 channel negotiation as specified in 642 [I-D.ietf-mmusic-data-channel-sdpneg]". 644 o In Section 4.1 replacement of sub-protocol identifier "msrp" with 645 "MSRP" in order to make this consistent with the formal 646 specification in Section 5.1.1.1. 648 o Throughout the text replacement of "shall" with "SHALL" etc where 649 appropriate as per [RFC2119]. 651 o In Section 5.1.1.1 replacement of sentence 'The max-retr, max-time 652 and ordered parameters shall not be used.' with 'Ordered and 653 reliable data channels MUST always be used, such that the "max- 654 retr" and "max-time" parameters SHALL NOT be used. If the 655 "ordered" parameter is used, then its value MUST be equal to 656 "true".'. 658 o In Section 5.1.1.1 removal of "(on default SCTP port 5000)" from 659 the sentence preceding the example "a=dcmap" attribute line. 661 o In Section 5.1.1.2 first paragraph was "The SDP offer shall also 662 include a dcsa attribute line (defined in 663 [I-D.ietf-mmusic-data-channel-sdpneg]) within the media 664 description for the SCTP association for each MSRP-specific SDP 665 attribute to be negotiated for each MSRP data channel being 666 negotiated.". Replacement of this paragraph with "The SDP offer 667 SHALL also include within the media description for the SCTP 668 association a dcsa attribute line (defined in 669 [I-D.ietf-mmusic-data-channel-sdpneg]) for each MSRP-specific SDP 670 attribute to be negotiated for each MSRP data channel being 671 negotiated.". 673 o Appended following sentence at the end of the first paragraph of 674 Section 5.1.3: "Therefore all sent MSRP chunks MUST have lengths 675 of less than or equal to the value of the peer's "a=max-message- 676 size" attribute, which is associated with the data channel's SCTP 677 association.". 679 o Addition of the previously missing colon to the "a=sctp-port" 680 attribute line in Section 5.1.1.4. 682 o In Section 5.1.5 replacement of the first paragraph "Closing of an 683 MSRP session is done using the generic data channel closing 684 procedure defined in [I-D.ietf-mmusic-data-channel-sdpneg]." with 685 'The closure of an MSRP session MUST be signaled via an SDP offer/ 686 answer exchange which removes the "a=dcmap:" and "a=dcsa:" 687 attribute lines associated with the MSRP session from the 688 associated DTLS/SCTP based media description. This results in the 689 associated data channel being closed as well as per 690 [I-D.ietf-mmusic-data-channel-sdpneg], where the actual data 691 channel closure procedure is typically initiated by the SDP 692 answerer right after having accepted the SDP offer.'. 694 10.14. Changes against 'draft-ietf-mmusic-msrp-usage-data-channel-00' 696 o Additional reference to [I-D.ietf-mmusic-data-channel-sdpneg] in 697 list of normative references. 699 o Replacement of previous document title "MSRP over SCTP/DTLS data 700 channels" with "MSRP over Data Channels" in order to align with 701 the terminology used in [I-D.ietf-mmusic-data-channel-sdpneg]. 703 o In Section 3 "WebRTC data channel" was defined as "A bidirectional 704 channel consisting of paired SCTP outbound and inbound streams." 705 Replacement of this definition with "Data channel: A WebRTC data 706 channel as specified in [I-D.ietf-rtcweb-data-channel]", and 707 consistent usage of either "data channel" or "MSRP data channel" 708 in the remainder of the document." 710 o In the introduction replacement of references to 711 [I-D.ietf-rtcweb-data-protocol] with a reference to 712 [I-D.ietf-rtcweb-data-channel]. 714 o Consistent usage of '"m" line' in whole document as per [RFC4566]. 716 o In the gateway configuration section (Section 6) replacement of 717 the first sentence "This section describes the network 718 configuration where one endpoint runs MSRP over a WebRTC SCTP/DTLS 719 connection, the other MSRP endpoint runs MSRP over one or more 720 TLS/TCP connections, and the two endpoints interwork via an MSRP 721 gateway" with "This section describes the network configuration 722 where one MSRP endpoint uses data channels as MSRP transport, the 723 other MSRP endpoint uses TLS/TCP connections as MSRP transport, 724 and the two MSRP endpoints interwork via an MSRP gateway". 726 10.15. Changes against 'draft-ejzak-mmusic-msrp-usage-data-channel-01' 728 o Removed empty spaces after ";" in the examples' "a=dcmap" 729 attribute lines. 731 o In all examples, the "m" line proto value "DTLS/SCTP" was replaced 732 with "UDP/DTLS/SCTP" and the "a=fmtp" attribute lines were 733 replaced with "a=max-message-size" attribute lines, as per draft- 734 ietf-mmusic-sctp-sdp-12. 736 10.16. Changes against '-00' 738 o Transport parameter change for MSRP to allow MSRP RFC transports. 740 o Clarification on SDP offer/answer and removing duplicated 741 procedures and refer them to draft-ejzak-mmusic-data-channel- 742 sdpneg-02. 744 11. Normative References 746 [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate 747 Requirement Levels", BCP 14, RFC 2119, 748 DOI 10.17487/RFC2119, March 1997, 749 . 751 [I-D.ietf-rtcweb-jsep] 752 Uberti, J., Jennings, C., and E. Rescorla, "JavaScript 753 Session Establishment Protocol", draft-ietf-rtcweb-jsep-26 754 (work in progress), February 2019. 756 [RFC3264] Rosenberg, J. and H. Schulzrinne, "An Offer/Answer Model 757 with Session Description Protocol (SDP)", RFC 3264, 758 DOI 10.17487/RFC3264, June 2002, 759 . 761 [I-D.ietf-rtcweb-data-protocol] 762 Jesup, R., Loreto, S., and M. Tuexen, "WebRTC Data Channel 763 Establishment Protocol", draft-ietf-rtcweb-data- 764 protocol-09 (work in progress), January 2015. 766 [I-D.ietf-rtcweb-data-channel] 767 Jesup, R., Loreto, S., and M. Tuexen, "WebRTC Data 768 Channels", draft-ietf-rtcweb-data-channel-13 (work in 769 progress), January 2015. 771 [I-D.ietf-mmusic-data-channel-sdpneg] 772 Drage, K., Makaraju, M., Ejzak, R., Marcon, J., and R. 773 Even, "SDP-based Data Channel Negotiation", draft-ietf- 774 mmusic-data-channel-sdpneg-28 (work in progress), May 775 2019. 777 [I-D.ietf-mmusic-sctp-sdp] 778 Holmberg, C., Shpount, R., Loreto, S., and G. Camarillo, 779 "Session Description Protocol (SDP) Offer/Answer 780 Procedures For Stream Control Transmission Protocol (SCTP) 781 over Datagram Transport Layer Security (DTLS) Transport.", 782 draft-ietf-mmusic-sctp-sdp-26 (work in progress), April 783 2017. 785 [RFC4145] Yon, D. and G. Camarillo, "TCP-Based Media Transport in 786 the Session Description Protocol (SDP)", RFC 4145, 787 DOI 10.17487/RFC4145, September 2005, 788 . 790 [RFC4566] Handley, M., Jacobson, V., and C. Perkins, "SDP: Session 791 Description Protocol", RFC 4566, DOI 10.17487/RFC4566, 792 July 2006, . 794 [I-D.ietf-mmusic-rfc4566bis] 795 Begen, A., Kyzivat, P., Perkins, C., and M. Handley, "SDP: 796 Session Description Protocol", draft-ietf-mmusic- 797 rfc4566bis-37 (work in progress), August 2019. 799 [RFC4975] Campbell, B., Ed., Mahy, R., Ed., and C. Jennings, Ed., 800 "The Message Session Relay Protocol (MSRP)", RFC 4975, 801 DOI 10.17487/RFC4975, September 2007, 802 . 804 [RFC5547] Garcia-Martin, M., Isomaki, M., Camarillo, G., Loreto, S., 805 and P. Kyzivat, "A Session Description Protocol (SDP) 806 Offer/Answer Mechanism to Enable File Transfer", RFC 5547, 807 DOI 10.17487/RFC5547, May 2009, 808 . 810 [RFC6135] Holmberg, C. and S. Blau, "An Alternative Connection Model 811 for the Message Session Relay Protocol (MSRP)", RFC 6135, 812 DOI 10.17487/RFC6135, February 2011, 813 . 815 [RFC6714] Holmberg, C., Blau, S., and E. Burger, "Connection 816 Establishment for Media Anchoring (CEMA) for the Message 817 Session Relay Protocol (MSRP)", RFC 6714, 818 DOI 10.17487/RFC6714, August 2012, 819 . 821 [RFC7977] Dunkley, P., Llewellyn, G., Pascual, V., Salgueiro, G., 822 and R. Ravindranath, "The WebSocket Protocol as a 823 Transport for the Message Session Relay Protocol (MSRP)", 824 RFC 7977, DOI 10.17487/RFC7977, September 2016, 825 . 827 Authors' Addresses 829 Keith Drage (editor) 830 Unaffiliated 832 Email: drageke@ntlworld.com 834 Maridi R. Makaraju (Raju) 835 Unaffiliated 837 Email: mmraju@gmail.com 839 Juergen Stoetzer-Bradler 840 Unaffiliated 842 Email: Juergen.S-B.ietf@email.de 844 Richard Ejzak 845 Unaffiliated 847 Email: richard.ejzak@gmail.com 849 Jose M. Recio (editor) 851 Email: jose@ch3m4.com