8124
PROPOSED STANDARD

The Session Description Protocol (SDP) WebSocket Connection URI Attribute

Authors: R. Ravindranath, G. Salgueiro
Date: March 2017
Area: art
Working Group: bfcpbis
Stream: IETF

Abstract

The WebSocket protocol enables bidirectional real-time communication between clients and servers in web-based applications. This document specifies extensions to Session Description Protocol (SDP) for application protocols using WebSocket as a transport.

RFC 8124: The Session Description Protocol (SDP) WebSocket Connection URI Attribute [RFC Home] [TEXT|PDF|HTML] [Tracker] [IPR] [Info page]

PROPOSED STANDARD
Internet Engineering Task Force (IETF)                   R. Ravindranath
Request for Comments: 8124                                  G. Salgueiro
Category: Standards Track                                          Cisco
ISSN: 2070-1721                                               March 2017


                 <span class="h1">The Session Description Protocol (SDP)</span>
                   <span class="h1">WebSocket Connection URI Attribute</span>

Abstract

   The WebSocket protocol enables bidirectional real-time communication
   between clients and servers in web-based applications.  This document
   specifies extensions to Session Description Protocol (SDP) for
   application protocols using WebSocket as a transport.

Status of This Memo

   This is an Internet Standards Track document.

   This document is a product of the Internet Engineering Task Force
   (IETF).  It represents the consensus of the IETF community.  It has
   received public review and has been approved for publication by the
   Internet Engineering Steering Group (IESG).  Further information on
   Internet Standards is available in <a href="./rfc7841#section-2">Section 2 of RFC 7841</a>.

   Information about the current status of this document, any errata,
   and how to provide feedback on it may be obtained at
   <a href="https://www.rfc-editor.org/info/rfc8124">http://www.rfc-editor.org/info/rfc8124</a>.

Copyright Notice

   Copyright (c) 2017 IETF Trust and the persons identified as the
   document authors.  All rights reserved.

   This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
   Provisions Relating to IETF Documents
   (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
   publication of this document.  Please review these documents
   carefully, as they describe your rights and restrictions with respect
   to this document.  Code Components extracted from this document must
   include Simplified BSD License text as described in Section 4.e of
   the Trust Legal Provisions and are provided without warranty as
   described in the Simplified BSD License.







<span class="grey">Ravindranath & Salgueiro     Standards Track                    [Page 1]</span>

<span id="page-2" ></span>
<span class="grey"><a href="./rfc8124">RFC 8124</a>                 WebSocket SDP Attribute              March 2017</span>


Table of Contents

   <a href="#section-1">1</a>. Introduction ....................................................<a href="#page-2">2</a>
   <a href="#section-2">2</a>. Terminology .....................................................<a href="#page-3">3</a>
   <a href="#section-3">3</a>. SDP Considerations ..............................................<a href="#page-3">3</a>
      <a href="#section-3.1">3.1</a>. General ....................................................<a href="#page-3">3</a>
      <a href="#section-3.2">3.2</a>. "websocket-uri" SDP Attribute ..............................<a href="#page-4">4</a>
      <a href="#section-3.3">3.3</a>. "websocket-uri" Multiplexing Considerations ................<a href="#page-4">4</a>
   <a href="#section-4">4</a>. SDP Offer/Answer Procedures .....................................<a href="#page-5">5</a>
      <a href="#section-4.1">4.1</a>. General ....................................................<a href="#page-5">5</a>
      <a href="#section-4.2">4.2</a>. Generating the Initial Offer ...............................<a href="#page-5">5</a>
      <a href="#section-4.3">4.3</a>. Generating the Answer ......................................<a href="#page-6">6</a>
      <a href="#section-4.4">4.4</a>. Offerer Processing of the Answer ...........................<a href="#page-7">7</a>
      <a href="#section-4.5">4.5</a>. Modifying the Session ......................................<a href="#page-7">7</a>
      <a href="#section-4.6">4.6</a>. Offerless INVITE Scenarios .................................<a href="#page-8">8</a>
   <a href="#section-5">5</a>. Procedures at WebSocket Client ..................................<a href="#page-8">8</a>
   <a href="#section-6">6</a>. Security Considerations .........................................<a href="#page-9">9</a>
   <a href="#section-7">7</a>. IANA Considerations .............................................<a href="#page-9">9</a>
      <a href="#section-7.1">7.1</a>. Registration of the "websocket-uri" SDP Media Attribute ....<a href="#page-9">9</a>
   <a href="#section-8">8</a>. References .....................................................<a href="#page-10">10</a>
      <a href="#section-8.1">8.1</a>. Normative References ......................................<a href="#page-10">10</a>
      <a href="#section-8.2">8.2</a>. Informative References ....................................<a href="#page-10">10</a>
   Acknowledgements ..................................................<a href="#page-12">12</a>
   Authors' Addresses ................................................<a href="#page-12">12</a>

<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>.  Introduction</span>

   The WebSocket protocol [<a href="./rfc6455" title=""The WebSocket Protocol"">RFC6455</a>] enables bidirectional message
   exchange between clients and servers on top of a persistent TCP
   connection (optionally secured with Transport Layer Security (TLS)
   [<a href="./rfc5246" title=""The Transport Layer Security (TLS) Protocol Version 1.2"">RFC5246</a>]).  The initial protocol handshake makes use of Hypertext
   Transfer Protocol (HTTP) [<a href="./rfc7230" title=""Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing"">RFC7230</a>] semantics, allowing the WebSocket
   protocol to reuse existing HTTP infrastructure.

   Modern web browsers include a WebSocket client stack compliant with
   the WebSocket API [<a href="#ref-WS-API" title=""The WebSocket API"">WS-API</a>] as specified by the W3C.  It is expected
   that other client applications (e.g., those running on personal
   computers, mobile devices, etc.) will also make a WebSocket client
   stack available.  Several specifications have been written that
   define how different applications can use a WebSocket subprotocol as
   a reliable transport mechanism.










<span class="grey">Ravindranath & Salgueiro     Standards Track                    [Page 2]</span>

<span id="page-3" ></span>
<span class="grey"><a href="./rfc8124">RFC 8124</a>                 WebSocket SDP Attribute              March 2017</span>


   For example, [<a href="./rfc7118" title=""The WebSocket Protocol as a Transport for the Session Initiation Protocol (SIP)"">RFC7118</a>] defines a WebSocket subprotocol as a reliable
   transport mechanism between Session Initiation Protocol
   (SIP)[<a href="./rfc3261" title=""SIP: Session Initiation Protocol"">RFC3261</a>] entities to enable use of SIP in web-oriented
   deployments.  Additionally, [<a href="./rfc7977" title=""The WebSocket Protocol as a Transport for the Message Session Relay Protocol (MSRP)"">RFC7977</a>] defines a new WebSocket
   subprotocol as a reliable transport mechanism between Message Session
   Relay Protocol (MSRP) clients and relays.  [<a href="./rfc7395" title=""An Extensible Messaging and Presence Protocol (XMPP) Subprotocol for WebSocket"">RFC7395</a>] defines a
   WebSocket subprotocol for the Extensible Messaging and Presence
   Protocol (XMPP).  Similarly, [<a href="#ref-BFCP-WEBSOCKET">BFCP-WEBSOCKET</a>] defines a WebSocket
   subprotocol as a reliable transport mechanism between Binary Floor
   Control Protocol (BFCP) [<a href="#ref-BFCP" title=""The Binary Floor Control Protocol (BFCP)"">BFCP</a>] entities to enable usage of BFCP in
   new scenarios.

   When a WebSocket subprotocol is used as a transport mechanism between
   a server and client, there needs to be a way to indicate the
   connection URI from the server to the WebSocket client.  For
   applications that use Session Description Protocol (SDP) [<a href="./rfc4566" title=""SDP: Session Description Protocol"">RFC4566</a>] to
   negotiate, the connection URI can be indicated by means of an SDP
   attribute.  This specification defines new SDP attributes to indicate
   the connection URI for the WebSocket client.  Applications that use
   SDP for negotiation and WebSocket as a transport protocol can use
   this specification to advertise the WebSocket client connection URI.

<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>.  Terminology</span>

   The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
   "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
   "OPTIONAL" in this document are to be interpreted as described in
   [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>].

<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>.  SDP Considerations</span>

<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>.  General</span>

   Applications that use the SDP Offer/Answer mechanism [<a href="./rfc3264" title=""An Offer/Answer Model with Session Description Protocol (SDP)"">RFC3264</a>] for
   negotiating media and also use WebSocket or secure WebSocket as a
   transport protocol MAY indicate the connection URI for the WebSocket
   client via a new SDP "a=" media-level attribute defined in
   <a href="#section-3.2">Section 3.2</a>.













<span class="grey">Ravindranath & Salgueiro     Standards Track                    [Page 3]</span>

<span id="page-4" ></span>
<span class="grey"><a href="./rfc8124">RFC 8124</a>                 WebSocket SDP Attribute              March 2017</span>


<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>.  "websocket-uri" SDP Attribute</span>

   This section defines a new SDP media-level attribute, "websocket-
   uri", which can appear in any of the media sections.

   Example:

      a=websocket-uri:wss://example.com/chat

   Where "wss://example.com/chat" is the ws-URI defined in <a href="./rfc6455#section-3">Section 3 of
   [RFC6455]</a>.

   When the "websocket-uri" attribute is present in the media section of
   the SDP, the IP address in "c=" line SHALL be ignored and the full
   URI SHALL be used instead to open the WebSocket connection.  The
   clients MUST ensure that they use the URI to open the WebSocket
   connection and ignore the IP address in the "c=" line and the port in
   the "m=" line.

<span class="h3"><a class="selflink" id="section-3.3" href="#section-3.3">3.3</a>.  "websocket-uri" Multiplexing Considerations</span>

   Multiplexing characteristics of SDP attributes are described in
   [<a href="#ref-SDP-MUX" title=""A Framework for SDP Attributes when Multiplexing"">SDP-MUX</a>].  Various SDP attribute multiplexing categories are
   introduced there.

   o  The multiplexing category of the "a=websocket-uri" attribute is
      CAUTION.

   There are no multiplexing rules specified for the "websocket-uri" SDP
   media-level attribute.  Additionally, the specification of
   multiplexing rules for the "websocket-uri" attribute is outside the
   scope of this document.

   While it is technically possible to bundle WebSocket, there are a
   variety of reasons that make it impractical; thus, it is considered
   unlikely to be used in practice.  Therefore, the "websocket-uri" SDP
   media-level attribute defined in <a href="#section-3.2">Section 3.2</a> for using WebSocket as a
   transport protocol is not likely to be used with SDP bundle and is
   consequently categorized as CAUTION for multiplexing.

   If future extensions define how to bundle WebSocket, then
   multiplexing rules for the "a=websocket-uri" attribute need to be
   defined as well, for instance, in an extension of this SDP based
   WebSocket negotiation specification.







<span class="grey">Ravindranath & Salgueiro     Standards Track                    [Page 4]</span>

<span id="page-5" ></span>
<span class="grey"><a href="./rfc8124">RFC 8124</a>                 WebSocket SDP Attribute              March 2017</span>


<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>.  SDP Offer/Answer Procedures</span>

<span class="h3"><a class="selflink" id="section-4.1" href="#section-4.1">4.1</a>.  General</span>

   An endpoint (i.e., both the offerer and the answerer) that wishes to
   negotiate WebSocket as transport protocol MUST indicate that it
   wishes to use WebSocket or secure WebSocket in the "proto" field of
   the "m=" line.  Furthermore, the server side, which could be either
   the offerer or answerer, MUST add an "a=websocket-uri" attribute in
   the media section whose value can be either "ws-URI" or "wss-URI", as
   defined in <a href="./rfc6455#section-3">Section 3 of [RFC6455]</a>, depending on whether it wishes to
   use WebSocket or secure WebSocket.  This new attribute MUST follow
   the syntax defined in <a href="#section-3">Section 3</a>.  The procedures in this section
   apply to an "m=" line associated with any media stream that uses
   WebSocket or secure WebSocket as transport.

   Both offerer or answerer can initiate a WebSocket connection.  It is
   expected that, based on the topology (for example, if the client is
   behind NAT and server is on global IP address), the offerer and
   answerer applications decide on who will initiate the WebSocket
   connection and appropriately set the "setup" attribute in SDP
   following the procedures of [<a href="./rfc4145" title=""TCP-Based Media Transport in the Session Description Protocol (SDP)"">RFC4145</a>].

<span class="h3"><a class="selflink" id="section-4.2" href="#section-4.2">4.2</a>.  Generating the Initial Offer</span>

   In order to negotiate WebSocket as a transport, an SDP offerer MUST
   indicate that it wishes to use it in the "proto" field of the "m="
   line.  For example, to negotiate BFCP-over-WebSocket, the "proto"
   value in the "m=" line is TCP/WSS/BFCP if WebSocket is over TLS;
   else, it is TCP/WS/BFCP, as specified in [<a href="#ref-BFCP-WEBSOCKET">BFCP-WEBSOCKET</a>].

   The offerer SHOULD assign the SDP "setup" attribute with a value of
   "active" (the offerer will be the initiator of the outgoing TCP
   connection) or "passive" if the offerer wishes to be a receiver of an
   incoming connection.  The offerer MUST NOT assign an SDP "setup"
   attribute with a "holdconn" value.  The offerer MUST follow the
   procedures described in [<a href="./rfc4145" title=""TCP-Based Media Transport in the Session Description Protocol (SDP)"">RFC4145</a>]  while using the "setup" attribute.
   If the "setup" attribute has a value of "passive", it MUST have a URI
   in the "a=websocket-uri" attribute.












<span class="grey">Ravindranath & Salgueiro     Standards Track                    [Page 5]</span>

<span id="page-6" ></span>
<span class="grey"><a href="./rfc8124">RFC 8124</a>                 WebSocket SDP Attribute              March 2017</span>


   The following is an example of an "m=" line for a BFCP connection:

   Offer (browser):
   m=application 9 TCP/WSS/BFCP *
   a=setup:active
   a=connection:new
   a=floorctrl:c-only
   m=audio 55000 RTP/AVP 0
   m=video 55002 RTP/AVP 31

   In the above example, the client is intending to set up the TLS/TCP
   connection; hence, the port is set to a value of 9, which is the
   discard port.

<span class="h3"><a class="selflink" id="section-4.3" href="#section-4.3">4.3</a>.  Generating the Answer</span>

   If the answerer accepts the offered WebSocket transport connection,
   in the associated SDP answer, the answerer MUST assign an SDP "setup"
   attribute with a value of either "active" or "passive", according to
   the procedures in [<a href="./rfc4145" title=""TCP-Based Media Transport in the Session Description Protocol (SDP)"">RFC4145</a>].  The answerer MUST NOT assign an SDP
   "setup" attribute with a value of "holdconn".

   If the answerer assigns an SDP "setup" attribute with a value of
   "active", the answerer MUST initiate the WebSocket connection
   handshake by acting as client on the negotiated media stream, towards
   the URI specified in the "a=websocket-uri" SDP attribute using the
   procedures described in <a href="./rfc6455#section-4">Section 4 of [RFC6455]</a>.

   If the answerer assigns an SDP "setup" attribute with a value of
   "passive", then it MUST have a value of "ws-URI" or "wss-URI", as
   defined in <a href="./rfc6455#section-3">Section 3 of [RFC6455]</a> in an "a=websocket-uri" SDP
   attribute, depending on whether the application uses WebSocket or
   secure WebSocket.  This attribute MUST follow the syntax defined in
   <a href="#section-3">Section 3</a>.

















<span class="grey">Ravindranath & Salgueiro     Standards Track                    [Page 6]</span>

<span id="page-7" ></span>
<span class="grey"><a href="./rfc8124">RFC 8124</a>                 WebSocket SDP Attribute              March 2017</span>


   The following example shows a case where the server responds with a
   BFCP media stream over a WebSocket connection running TLS.  It shows
   an answer "m=" line for the BFCP connection.  In this example, since
   WebSocket is running over TLS, the server answers back with an
   "a=websocket-uri" attribute in the media section of SDP having a
   "wss-URI" connection URI:

   Answer (server):
   m=application 50000 TCP/WSS/BFCP *
   a=setup:passive
   a=connection:new
   a=websocket-uri:wss://bfcp-ws.example.com?token=3170449312
   a=floorctrl:s-only
   a=confid:4321
   a=userid:1234
   a=floorid:1 m-stream:10
   a=floorid:2 m-stream:11
   m=audio 50002 RTP/AVP 0
   a=label:10
   m=video 50004 RTP/AVP 31
   a=label:11

<span class="h3"><a class="selflink" id="section-4.4" href="#section-4.4">4.4</a>.  Offerer Processing of the Answer</span>

   When the offerer receives an SDP answer, if the offerer ends up
   initiating the TCP connection, then it MUST follow the procedures in
   <a href="#section-5">Section 5</a>.

<span class="h3"><a class="selflink" id="section-4.5" href="#section-4.5">4.5</a>.  Modifying the Session</span>

   Once an offer/answer exchange has been completed, either endpoint MAY
   send a new offer in order to modify the session.  The endpoints can
   reuse the existing WebSocket connection by adding an
   "a=connection:existing" attribute in the media section of the SDP
   following the rules mentioned in [<a href="./rfc4145" title=""TCP-Based Media Transport in the Session Description Protocol (SDP)"">RFC4145</a>], if the "websocket-uri"
   SDP value and the transport parameters indicated by each endpoint are
   unchanged.  Otherwise, following the rules for the initial offer/
   answer exchange, the endpoints can negotiate and create a new
   WebSocket connection on top of TLS/TCP or TCP.












<span class="grey">Ravindranath & Salgueiro     Standards Track                    [Page 7]</span>

<span id="page-8" ></span>
<span class="grey"><a href="./rfc8124">RFC 8124</a>                 WebSocket SDP Attribute              March 2017</span>


<span class="h3"><a class="selflink" id="section-4.6" href="#section-4.6">4.6</a>.  Offerless INVITE Scenarios</span>

   In some scenarios, an endpoint (e.g., a browser) originating the call
   (a User Agent Client or UAC) can send an offerless INVITE to the
   server.  The server will generate an offer in response to the INVITE.
   In such cases, the server MUST send an offer with the "setup"
   attribute with a value of "passive" so as to accept incoming
   connection and MUST include an "a=websocket-uri" attribute in the
   media section whose value MUST be either "ws-URI" or "wss-URI",
   depending on whether the server wishes to use WebSocket or secure
   WebSocket.  The SDP offer sent by the server will look like the
   example in <a href="#section-4.3">Section 4.3</a>.

<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>.  Procedures at WebSocket Client</span>

   The WebSocket client MUST always initiate the outgoing TCP
   connection; hence, the SDP "setup" attribute MUST always be "active"
   for the WebSocket client in its SDP offer/answer.  In the example
   below, the WebSocket client is the offerer; hence, it assigns a
   "setup" attribute with a value of "active".

   The WebSocket server is a server on the Internet; hence, it MUST
   always assign an SDP "setup" attribute with a value of "passive".
   This also avoids the need to use Interactive Connectivity
   Establishment (ICE) between WebSocket client and WebSocket server, as
   the connection model here would be a typical client-to-server web
   connection.

   Once the offer/answer is complete, the client MUST initiate the
   WebSocket connection handshake by sending a GET message on the
   negotiated media stream, towards the URI specified in an
   "a=websocket-uri" attribute, as per the procedures described in
   [<a href="./rfc6455" title=""The WebSocket Protocol"">RFC6455</a>].  When no port is passed in the "a=websocket-uri"
   attribute, the default port (80 or 443) is used depending on whether
   the value was "ws-URI" or "wss-URI".
















<span class="grey">Ravindranath & Salgueiro     Standards Track                    [Page 8]</span>

<span id="page-9" ></span>
<span class="grey"><a href="./rfc8124">RFC 8124</a>                 WebSocket SDP Attribute              March 2017</span>


<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>.  Security Considerations</span>

   An attacker may attempt to add, modify, or remove an
   "a=websocket-uri" attribute from a session description.  This could
   result in an application behaving undesirably.  Consequently, it is
   RECOMMENDED that integrity protection be applied to the SDP session
   descriptions.  For session descriptions carried in SIP [<a href="./rfc3261" title=""SIP: Session Initiation Protocol"">RFC3261</a>],
   S/MIME is available to provide such end-to-end integrity protection.

   As described in <a href="./rfc6455#section-10">Section 10 of [RFC6455]</a>, application signalling
   traffic being transported over WebSocket MUST support secure
   WebSocket and SHOULD employ it when communicating with their peers.

   The WebSocket clients have to initiate the TCP connection to the
   WebSocket server identified by the Fully Qualified Domain Name (FQDN)
   in an "a=websocket-uri" attribute.  Further, as with any other web
   connection, the clients will verify the server's certificate.  The
   WebSocket client MUST follow the procedures in [<a href="./rfc7525" title=""Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)"">RFC7525</a>] (including
   host name verification as per <a href="./rfc7525#section-6.1">Section 6.1 in [RFC7525]</a>) while setting
   up a TLS connection with a WebSocket server.

<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>.  IANA Considerations</span>

<span class="h3"><a class="selflink" id="section-7.1" href="#section-7.1">7.1</a>.  Registration of the "websocket-uri" SDP Media Attribute</span>

   This document defines a new SDP media-level attribute "websocket-uri"
   in <a href="#section-3.2">Section 3.2</a>; IANA has registered the following SDP att-field under
   the "Session Description Protocol (SDP) Parameters" registry as
   follows:

   +---------------------+---------------------------------------------+
   | Attribute name:     | websocket-uri                               |
   | Long-form attribute | WebSocket Connection URI                    |
   | name:               |                                             |
   | Type of attribute:  | media                                       |
   | Mux category:       | CAUTION                                     |
   | Charset Dependent:  | No                                          |
   | Purpose:            | The "websocket-uri" attribute is intended   |
   |                     | to be used as a connection URI for opening  |
   |                     | the WebSocket connection.                   |
   | Appropriate values: | A ws-URI  or wss-URI, as defined in Section |
   |                     | 3 of [<a href="./rfc6455" title=""The WebSocket Protocol"">RFC6455</a>]                              |
   | Contact name:       | Gonzalo Salgueiro                           |
   | Contact email:      | [email protected]                          |
   | Reference:          | <a href="./rfc8124">RFC 8124</a>                                    |
   +---------------------+---------------------------------------------+





<span class="grey">Ravindranath & Salgueiro     Standards Track                    [Page 9]</span>

<span id="page-10" ></span>
<span class="grey"><a href="./rfc8124">RFC 8124</a>                 WebSocket SDP Attribute              March 2017</span>


<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>.  References</span>

<span class="h3"><a class="selflink" id="section-8.1" href="#section-8.1">8.1</a>.  Normative References</span>

   [<a id="ref-RFC2119">RFC2119</a>]  Bradner, S., "Key words for use in RFCs to Indicate
              Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>,
              DOI 10.17487/RFC2119, March 1997,
              <<a href="https://www.rfc-editor.org/info/rfc2119">http://www.rfc-editor.org/info/rfc2119</a>>.

   [<a id="ref-RFC4145">RFC4145</a>]  Yon, D. and G. Camarillo, "TCP-Based Media Transport in
              the Session Description Protocol (SDP)", <a href="./rfc4145">RFC 4145</a>,
              DOI 10.17487/RFC4145, September 2005,
              <<a href="https://www.rfc-editor.org/info/rfc4145">http://www.rfc-editor.org/info/rfc4145</a>>.

   [<a id="ref-RFC6455">RFC6455</a>]  Fette, I. and A. Melnikov, "The WebSocket Protocol",
              <a href="./rfc6455">RFC 6455</a>, DOI 10.17487/RFC6455, December 2011,
              <<a href="https://www.rfc-editor.org/info/rfc6455">http://www.rfc-editor.org/info/rfc6455</a>>.

<span class="h3"><a class="selflink" id="section-8.2" href="#section-8.2">8.2</a>.  Informative References</span>

   [<a id="ref-BFCP">BFCP</a>]     Camarillo, G., Drage, K., Kristensen, T., Ott, J., and C.
              Eckel, "The Binary Floor Control Protocol (BFCP)", Work in
              Progress, <a href="./draft-ietf-bfcpbis-rfc4582bis-16">draft-ietf-bfcpbis-rfc4582bis-16</a>, November 2015.

   [<a id="ref-BFCP-WEBSOCKET">BFCP-WEBSOCKET</a>]
              Pascual, V., Roman, A., Cazeaux, S., Salgueiro, G., and R.
              R, "The WebSocket Protocol as a Transport for the Binary
              Floor Control Protocol (BFCP)", Work in Progress,
              <a href="./draft-ietf-bfcpbis-bfcp-websocket-15">draft-ietf-bfcpbis-bfcp-websocket-15</a>, February 2017.

   [<a id="ref-RFC3261">RFC3261</a>]  Rosenberg, J., Schulzrinne, H., Camarillo, G., Johnston,
              A., Peterson, J., Sparks, R., Handley, M., and E.
              Schooler, "SIP: Session Initiation Protocol", <a href="./rfc3261">RFC 3261</a>,
              DOI 10.17487/RFC3261, June 2002,
              <<a href="https://www.rfc-editor.org/info/rfc3261">http://www.rfc-editor.org/info/rfc3261</a>>.

   [<a id="ref-RFC3264">RFC3264</a>]  Rosenberg, J. and H. Schulzrinne, "An Offer/Answer Model
              with Session Description Protocol (SDP)", <a href="./rfc3264">RFC 3264</a>,
              DOI 10.17487/RFC3264, June 2002,
              <<a href="https://www.rfc-editor.org/info/rfc3264">http://www.rfc-editor.org/info/rfc3264</a>>.

   [<a id="ref-RFC4566">RFC4566</a>]  Handley, M., Jacobson, V., and C. Perkins, "SDP: Session
              Description Protocol", <a href="./rfc4566">RFC 4566</a>, DOI 10.17487/RFC4566,
              July 2006, <<a href="https://www.rfc-editor.org/info/rfc4566">http://www.rfc-editor.org/info/rfc4566</a>>.







<span class="grey">Ravindranath & Salgueiro     Standards Track                   [Page 10]</span>

<span id="page-11" ></span>
<span class="grey"><a href="./rfc8124">RFC 8124</a>                 WebSocket SDP Attribute              March 2017</span>


   [<a id="ref-RFC5246">RFC5246</a>]  Dierks, T. and E. Rescorla, "The Transport Layer Security
              (TLS) Protocol Version 1.2", <a href="./rfc5246">RFC 5246</a>,
              DOI 10.17487/RFC5246, August 2008,
              <<a href="https://www.rfc-editor.org/info/rfc5246">http://www.rfc-editor.org/info/rfc5246</a>>.

   [<a id="ref-RFC7118">RFC7118</a>]  Baz Castillo, I., Millan Villegas, J., and V. Pascual,
              "The WebSocket Protocol as a Transport for the Session
              Initiation Protocol (SIP)", <a href="./rfc7118">RFC 7118</a>,
              DOI 10.17487/RFC7118, January 2014,
              <<a href="https://www.rfc-editor.org/info/rfc7118">http://www.rfc-editor.org/info/rfc7118</a>>.

   [<a id="ref-RFC7230">RFC7230</a>]  Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer
              Protocol (HTTP/1.1): Message Syntax and Routing",
              <a href="./rfc7230">RFC 7230</a>, DOI 10.17487/RFC7230, June 2014,
              <<a href="https://www.rfc-editor.org/info/rfc7230">http://www.rfc-editor.org/info/rfc7230</a>>.

   [<a id="ref-RFC7395">RFC7395</a>]  Stout, L., Ed., Moffitt, J., and E. Cestari, "An
              Extensible Messaging and Presence Protocol (XMPP)
              Subprotocol for WebSocket", <a href="./rfc7395">RFC 7395</a>,
              DOI 10.17487/RFC7395, October 2014,
              <<a href="https://www.rfc-editor.org/info/rfc7395">http://www.rfc-editor.org/info/rfc7395</a>>.

   [<a id="ref-RFC7525">RFC7525</a>]  Sheffer, Y., Holz, R., and P. Saint-Andre,
              "Recommendations for Secure Use of Transport Layer
              Security (TLS) and Datagram Transport Layer Security
              (DTLS)", <a href="https://www.rfc-editor.org/bcp/bcp195">BCP 195</a>, <a href="./rfc7525">RFC 7525</a>, DOI 10.17487/RFC7525, May
              2015, <<a href="https://www.rfc-editor.org/info/rfc7525">http://www.rfc-editor.org/info/rfc7525</a>>.

   [<a id="ref-RFC7977">RFC7977</a>]  Dunkley, P., Llewellyn, G., Pascual, V., Salgueiro, G.,
              and R. Ravindranath, "The WebSocket Protocol as a
              Transport for the Message Session Relay Protocol (MSRP)",
              <a href="./rfc7977">RFC 7977</a>, DOI 10.17487/RFC7977, September 2016,
              <<a href="https://www.rfc-editor.org/info/rfc7977">http://www.rfc-editor.org/info/rfc7977</a>>.

   [<a id="ref-SDP-MUX">SDP-MUX</a>]  Nandakumar, S., "A Framework for SDP Attributes when
              Multiplexing", Work in Progress, <a href="./draft-ietf-mmusic-sdp-mux-attributes-16">draft-ietf-mmusic-sdp-</a>
              <a href="./draft-ietf-mmusic-sdp-mux-attributes-16">mux-attributes-16</a>, December 2016.

   [<a id="ref-WS-API">WS-API</a>]   Hickson, I., Ed., "The WebSocket API", W3C
              Candidate Recommendation, September 2012,
              <<a href="https://www.w3.org/TR/2012/CR-websockets-20120920/">https://www.w3.org/TR/2012/CR-websockets-20120920/</a>>.










<span class="grey">Ravindranath & Salgueiro     Standards Track                   [Page 11]</span>

<span id="page-12" ></span>
<span class="grey"><a href="./rfc8124">RFC 8124</a>                 WebSocket SDP Attribute              March 2017</span>


Acknowledgements

   Thanks to Christer Holmberg for raising the need for a BFCP-
   independent SDP attribute for WebSocket Connection URI.

   The authors wish to acknowledge Paul Kyzivat, Suhas Nandakumar,
   Christer Holmberg, Charles Eckel, Dan Wing, Alissa Cooper, and Joel
   Halpern for their invaluable suggestions and review comments.

   Thanks to Mirja Kuehlewind, Alexey Melnikov, Ben Campbell, and
   Kathleen Moriarty for their comments and feedback during IESG
   reviews.

Authors' Addresses

   Ram Mohan Ravindranath
   Cisco Systems, Inc.
   Cessna Business Park,
   Kadabeesanahalli Village, Varthur Hobli,
   Sarjapur-Marathahalli Outer Ring Road
   Bangalore, Karnataka  560103
   India

   Email: [email protected]


   Gonzalo Salgueiro
   Cisco Systems, Inc.
   7200-12 Kit Creek Road
   Research Triangle Park, NC  27709
   United States of America

   Email: [email protected]


















Ravindranath & Salgueiro     Standards Track                   [Page 12]

Additional Resources