<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
<xep xmlns="">
<header>
  <title>A Transport for Initiating and Negotiating Sessions (TINS)</title>
  <abstract>This document defined a SIP-compatible transport for initiating and negotiating sessions using SDP over XMPP.</abstract>
  
<legal>
<copyright>This XMPP Extension Protocol is copyright © 1999 – 2024 by the <link url="https://xmpp.org/">XMPP Standards Foundation</link> (XSF).</copyright>
<permissions>Permission is hereby granted, free of charge, to any person obtaining a copy of this specification (the "Specification"), to make use of the Specification without restriction, including without limitation the rights to implement the Specification in a software program, deploy the Specification in a network service, and copy, modify, merge, publish, translate, distribute, sublicense, or sell copies of the Specification, and to permit persons to whom the Specification is furnished to do so, subject to the condition that the foregoing copyright notice and this permission notice shall be included in all copies or substantial portions of the Specification. Unless separate permission is granted, modified works that are redistributed shall not contain misleading information regarding the authors, title, number, or publisher of the Specification, and shall not claim endorsement of the modified works by the authors, any organization or project to which the authors belong, or the XMPP Standards Foundation.</permissions>
<warranty>## NOTE WELL: This Specification is provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. ##</warranty>
<liability>In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall the XMPP Standards Foundation or any author of this Specification be liable for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising from, out of, or in connection with the Specification or the implementation, deployment, or other use of the Specification (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if the XMPP Standards Foundation or such author has been advised of the possibility of such damages.</liability>
<conformance>This XMPP Extension Protocol has been contributed in full conformance with the XSF's Intellectual Property Rights Policy (a copy of which can be found at &lt;<link url="https://xmpp.org/about/xsf/ipr-policy">https://xmpp.org/about/xsf/ipr-policy</link>&gt; or obtained by writing to XMPP Standards Foundation, P.O. Box 787, Parker, CO 80134 USA).</conformance>
</legal>
  <number>0111</number>
  <status>Retracted</status>
  <type>Standards Track</type>
  <sig>Standards</sig>
  <approver>Council</approver>
  <dependencies>
    <spec>XMPP Core</spec>
    <spec>RFC 2327</spec>
    <spec>RFC 3261</spec>
  </dependencies>
  <supersedes/>
  <supersededby>
    <spec>XEP-0166</spec>
  </supersededby>
  <shortname>tins</shortname>
  
  <author>
    <firstname>Joe</firstname>
    <surname>Hildebrand</surname>
    <email>jhildebr@cisco.com</email>
    <jid>hildjj@jabber.org</jid>
  </author>

  
  <author>
    <firstname>Peter</firstname>
    <surname>Saint-Andre</surname>
    <email>stpeter@stpeter.im</email>
    <jid>stpeter@jabber.org</jid>
    <uri>https://stpeter.im/</uri>
  </author>

  <revision>
    <version>0.8</version>
    <date>2005-12-21</date>
    <initials>psa/jjh</initials>
    <remark>Retracted in favor of Jingle (XEP-0166).</remark>
  </revision>
  <revision>
    <version>0.7</version>
    <date>2005-05-12</date>
    <initials>psa</initials>
    <remark>Corrected several errors in the text and schemas.</remark>
  </revision>
  <revision>
    <version>0.6</version>
    <date>2004-10-26</date>
    <initials>psa/jjh</initials>
    <remark>Added extended addresses and SHIM headers to examples in order to illustrate the use of XEP-0033 and XEP-0121.</remark>
  </revision>
  <revision>
    <version>0.5</version>
    <date>2004-04-05</date>
    <initials>psa/jjh</initials>
    <remark>Changed &lt;iq/&gt; to &lt;message/&gt; given probability of multiple SIP responses.</remark>
  </revision>
  <revision>
    <version>0.4</version>
    <date>2004-03-16</date>
    <initials>psa/jjh</initials>
    <remark>Specified that the &lt;sdp/&gt; element is in a separate namespace and that the same mechanism could be used for other content schemes in the future.</remark>
  </revision>
  <revision>
    <version>0.3</version>
    <date>2004-03-15</date>
    <initials>psa/jjh</initials>
    <remark>Replaced SDPng with SDP; added sections for Requirements, Protocol, and Discovering Support; added XML schema.</remark>
  </revision>
  <revision>
    <version>0.2</version>
    <date>2003-07-29</date>
    <initials>psa</initials>
    <remark>Converted to XML format.</remark>
  </revision>
  <revision>
    <version>0.1</version>
    <date>2003-02-21</date>
    <initials>jjh</initials>
    <remark>Internet-Draft version published as draft-hildebrand-xmpp-sdpng-00.</remark>
  </revision>
</header>
<section1 topic="Introduction" anchor="intro">
  <p><em>Note Well: This proposal has been retracted by the authors in favor of <span class="ref"><link url="https://xmpp.org/extensions/xep-0166.html">Jingle (XEP-0166)</link></span> <note>XEP-0166: Jingle &lt;<link url="https://xmpp.org/extensions/xep-0166.html">https://xmpp.org/extensions/xep-0166.html</link>&gt;.</note>.</em></p>
  <p>The Session Description Protocol (SDP; see <span class="ref"><link url="http://tools.ietf.org/html/rfc2327">RFC 2327</link></span> <note>RFC 2327: SDP: Session Description Protocol &lt;<link url="http://tools.ietf.org/html/rfc2327">http://tools.ietf.org/html/rfc2327</link>&gt;.</note>) provides a mechanism for describing multimedia sessions that are advertised and negotiated over the Internet. The "Transport for Initiating and Negotiating Sessions" (TINS) specified herein describes how to use SDP to build a framework for media stream/session initiation and negotiation between entities that natively support XMPP (see <span class="ref"><link url="http://tools.ietf.org/html/rfc6120">XMPP Core</link></span> <note>RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core &lt;<link url="http://tools.ietf.org/html/rfc6120">http://tools.ietf.org/html/rfc6120</link>&gt;.</note>).
    <note>The approach taken herein is to send pure SDP. While earlier versions of this document used <span class="ref"><link url="http://tools.ietf.org/html/draft-ietf-mmusic-sdpng">Session Description and Capability Negotiation (SDPng)</link></span> <note>Session Description and Capability Negotiation (SDPng) &lt;<link url="http://tools.ietf.org/html/draft-ietf-mmusic-sdpng">http://tools.ietf.org/html/draft-ietf-mmusic-sdpng</link>&gt;. Work in progress.</note> (an XML representation of SDP), SDPng is a more experimental technology; by contrast, SDP is a stable protocol and there is broad support for it by existing gateways and devices. The use of SDP rather than SDPng thus enables the Jabber/XMPP community to implement solutions that are deployable on the Internet today.</note>
  In particular, TINS provides an XMPP representation of standard session management semantics such as those provided by the Session Initiation Protocol (SIP; see <span class="ref"><link url="http://tools.ietf.org/html/rfc3261">RFC 3261</link></span> <note>RFC 3261: Session Initiation Protocol (SIP) &lt;<link url="http://tools.ietf.org/html/rfc3261">http://tools.ietf.org/html/rfc3261</link>&gt;.</note>). As a result, native XMPP clients that support TINS can negotiate out-of-band multimedia sessions (e.g., use of the Real-Time Transport Protocol or RTP; see <span class="ref"><link url="http://tools.ietf.org/html/rfc3550">RFC 3550</link></span> <note>RFC 3550: RTP: A Transport Protocol for Real-Time Applications &lt;<link url="http://tools.ietf.org/html/rfc3550">http://tools.ietf.org/html/rfc3550</link>&gt;.</note>) and XMPP services that support TINS can easily interoperate with SIP services through gateways.</p>
</section1>
<section1 topic="Requirements" anchor="reqs">
  <p>This document addresses the following requirements:</p>
  <ol>
    <li>Enable an XMPP entity to negotiate an out-of-band multimedia session with another XMPP entity.</li>
    <li>Enable an XMPP entity to negotiate an out-of-band multimedia session with a non-XMPP entity through a gateway.</li>
    <li>Maximize interoperability with existing gateways and devices by using standard Internet protocols.</li>
  </ol>
</section1>
<section1 topic="Protocol" anchor="protocol">
  <p>TINS exchanges are completed by sending &lt;message/&gt; stanzas containing a child &lt;tins/&gt; element qualified by the 'http://jabber.org/protocol/tins' namespace.
    <note>While it may seem that the semantics of &lt;iq/&gt; stanzas are more appropriate, <span class="ref"><link url="http://tools.ietf.org/html/rfc3261">RFC 3261</link></span> <note>RFC 3261: Session Initiation Protocol (SIP) &lt;<link url="http://tools.ietf.org/html/rfc3261">http://tools.ietf.org/html/rfc3261</link>&gt;.</note> allows entities to send multiple results in response to a SIP request, which does not map to the syntax of the &lt;iq/&gt; stanza as defined in <cite>RFC 6120</cite>.</note>
   In order to track the structure of the TINS "conversation", the &lt;thread/&gt; child of &lt;message/&gt; MAY also be included. The &lt;tins/&gt; element MUST possess a 'method' attribute, whose value SHOULD be either an IANA-registered value for a SIP method or "result", as described below. The following SIP methods will probably be used most frequently in TINS interactions:</p>
  <ul>
    <li><p>INVITE -- Used to invite the target user to an out-of-band session.  The content inside the &lt;tins/&gt; element MAY be SDP descriptions of the connection types offered.  If a session is already established for this transaction, the new INVITE serves as a renegotiation of session parameters.</p></li>
    <li><p>ACK -- Used by the initiator to tell the invitee that an out-of-band session has been established.</p></li>
    <li><p>BYE -- Used by either side of the conversation to terminate the transaction.  This message SHOULD cause all resources associated with this transaction to be freed, and any associated network connections to be terminated.</p></li>
  </ul>
  <p>The SDP data itself is included as the XML character data of an &lt;sdp/&gt; child of the &lt;tins/&gt; element, qualifed by the 'urn:ietf:rfc:2327' namespace (this is consistent with <span class="ref"><link url="http://tools.ietf.org/html/rfc2648">RFC 2648</link></span> <note>RFC 2648: A URN Namespace for IETF Documents &lt;<link url="http://tools.ietf.org/html/rfc2648">http://tools.ietf.org/html/rfc2648</link>&gt;.</note>).
    <note>The &lt;sdp/&gt; element is qualified by a separate namespace because it may be desirable for TINS to support other formats (such as SDPng) in the future; these can then be added without changing the XML schema for TINS.</note>
  Any restricted XML characters in the SDP data (i.e., &amp; ' &lt; &gt; ") MUST be properly escaped when contained in the XML character data of the &lt;sdp/&gt; element (for example, the ' character MUST be escaped to &amp;apos;). It is the responsibility of the XMPP recipient or translating gateway to unescape these restricted characters for processing.</p>
  <p>The request stanza MAY also include either or both of the following:</p>
  <ul>
    <li>Header information or Internet metadata (such as that defined by <span class="ref"><link url="http://tools.ietf.org/html/rfc3261">RFC 3261</link></span> <note>RFC 3261: Session Initiation Protocol (SIP) &lt;<link url="http://tools.ietf.org/html/rfc3261">http://tools.ietf.org/html/rfc3261</link>&gt;.</note>) in the format specified by <span class="ref"><link url="https://xmpp.org/extensions/xep-0131.html">Stanza Headers and Internet Metadata (XEP-0131)</link></span> <note>XEP-0131: Stanza Headers and Internet Metadata &lt;<link url="https://xmpp.org/extensions/xep-0131.html">https://xmpp.org/extensions/xep-0131.html</link>&gt;.</note>.</li>
    <li>Multicast addresses as specified by <span class="ref"><link url="https://xmpp.org/extensions/xep-0033.html">Extended Stanza Addressing (XEP-0033)</link></span> <note>XEP-0033: Extended Stanza Addressing &lt;<link url="https://xmpp.org/extensions/xep-0033.html">https://xmpp.org/extensions/xep-0033.html</link>&gt;.</note>.</li>
  </ul>
  <p>In reply to a request, the receiver MUST send zero or more replies, with the value of the 'method' attribute set to a value of "result" and the value of the 'code' attribute set to one of the valid SIP response codes as specified in Section 21 of <span class="ref"><link url="http://tools.ietf.org/html/rfc3261">RFC 3261</link></span> <note>RFC 3261: Session Initiation Protocol (SIP) &lt;<link url="http://tools.ietf.org/html/rfc3261">http://tools.ietf.org/html/rfc3261</link>&gt;.</note>.</p>
</section1>
<section1 topic="Discovering Support" anchor="discovery">
  <p>Before initiating a TINS negotiation, an XMPP entity SHOULD determine that the target entity supports the 'http://jabber.org/protocol/tins' namespace. Such discovery SHOULD occur by means of <span class="ref"><link url="https://xmpp.org/extensions/xep-0030.html">Service Discovery (XEP-0030)</link></span> <note>XEP-0030: Service Discovery &lt;<link url="https://xmpp.org/extensions/xep-0030.html">https://xmpp.org/extensions/xep-0030.html</link>&gt;.</note>, either directly by querying the target entity or indirectly by means of <span class="ref"><link url="https://xmpp.org/extensions/xep-0115.html">Entity Capabilities (XEP-0115)</link></span> <note>XEP-0115: Entity Capabilities &lt;<link url="https://xmpp.org/extensions/xep-0115.html">https://xmpp.org/extensions/xep-0115.html</link>&gt;.</note>. If the target entity is a non-XMPP entity that is contacted through a gateway, the gateway itself SHOULD reply to service discovery queries on behalf of the non-XMPP entity and SHOULD insert a client capabilities extension into the presence stanzas it generates on behalf of the non-XMPP entity.</p>
  <p>If an XMPP entity receives, or a gateway handles, a &lt;message/&gt; stanza containing a &lt;tins/&gt; element qualified by the 'http://jabber.org/protocol/tins' namespace but it does not understand the TINS protocol, it SHOULD either silently ignore it or return a &lt;service-unavailable/&gt; error (see <span class="ref"><link url="https://xmpp.org/extensions/xep-0086.html">Error Condition Mappings (XEP-0086)</link></span> <note>XEP-0086: Error Condition Mappings &lt;<link url="https://xmpp.org/extensions/xep-0086.html">https://xmpp.org/extensions/xep-0086.html</link>&gt;.</note> for error syntax).</p>
</section1>
<section1 topic="Examples" anchor="examples">
  <section2 topic="Negotiating a Voice Call" anchor="examples-call">
    <p>The following XMPP stanzas could be used to initiate a voice call. The 'from' addresses will usually be added by the XMPP server or relevant gateway, but are shown here for the sake of clarity. Note the inclusion of SHIM headers and extended addresses.</p>
    <example caption="Step 1: A sends an invite to B"><![CDATA[
<message
    from='A@example.com/work'
    to='B@example.com/laptop'
    id='tins01'>
  <thread>1234@hostA.example.com</thread>
  <tins method='INVITE' xmlns='http://jabber.org/protocol/tins'>
    <sdp xmlns='urn:ietf:rfc:2327'>
      v=0
      o=A@example.com 98765432 IN IP4 192.168.1.1
      s=TINS questions
      i=Let&apos;s talk about TINS
      e=A@example.com
      p=+1-303-555-1212
      c=IN IP4 192.168.1.1/127
      t=3288361865 0
      a=recvonly
      m=audio 7800 RTP/AVP 0
    </sdp>
  </tins>
  <headers xmlns='http://jabber.org/protocol/shim'>
    <header name='Via'>SIP/2.0/UDP tins.example.com;branch=z9hG4bK776asdhds</header>
    <header name='Call-ID'>a84b4c76e66710@tins.example.com</header>
    <header name='CSeq'>314159 INVITE</header>
  </headers>
  <addresses xmlns='http://jabber.org/protocol/address'>
    <address type='bcc' jid='compliance.example.com'/>
  </addresses>
</message>
]]></example>
    <example caption="Step 2: B tells A that it is trying"><![CDATA[
<message
    from='B@example.com/laptop'
    to='A@example.com/work'
    id='tins01'>
  <thread>1234@hostA.example.com</thread>
  <tins method='result'
        code='100'
        xmlns='http://jabber.org/protocol/tins'/>
  <headers xmlns='http://jabber.org/protocol/shim'>
    <header name='Via'>SIP/2.0/UDP tins.example.com;branch=z9hG4bK776asdhds</header>
    <header name='Call-ID'>a84b4c76e66710@tins.example.com</header>
    <header name='CSeq'>314159 INVITE</header>
  </headers>
  <addresses xmlns='http://jabber.org/protocol/address'>
    <address type='bcc' jid='compliance.example.com'/>
  </addresses>
</message>
]]></example>
    <example caption="Step 3: B tells A that it is ringing"><![CDATA[
<message
    from='B@example.com/laptop'
    to='A@example.com/work'
    id='tins01'>
  <tins method='result'
        code='180'
        xmlns='http://jabber.org/protocol/tins'/>
  <headers xmlns='http://jabber.org/protocol/shim'>
    <header name='Via'>SIP/2.0/UDP tins.example.com;branch=z9hG4bK776asdhds</header>
    <header name='Call-ID'>a84b4c76e66710@tins.example.com</header>
    <header name='CSeq'>314159 INVITE</header>
  </headers>
  <addresses xmlns='http://jabber.org/protocol/address'>
    <address type='bcc' jid='compliance.example.com'/>
  </addresses>
</message>
]]></example>
    <example caption="Step 4: B sends an updated description to A"><![CDATA[
<message
    from='B@example.com/laptop'
    to='A@example.com/work'
    id='tins02'>
  <thread>1234@hostA.example.com</thread>
  <tins method='result'
        code='200'
        xmlns='http://jabber.org/protocol/tins'>
    <sdp xmlns='urn:ietf:rfc:2327'>
      v=0
      o=A@example.com 98765432 IN IP4 192.168.1.2
      s=TINS questions
      i=Let&apos;s talk about TINS
      e=A@example.com
      p=+1-303-555-1212
      c=IN IP4 192.168.1.2/127
      t=3288361865 0
      a=recvonly
      m=audio 7800 RTP/AVP 0
      a=recvonly
      m=audio 9410 RTP/AVP 0
    </sdp>
  </tins>
  <headers xmlns='http://jabber.org/protocol/shim'>
    <header name='Via'>SIP/2.0/UDP tins.example.com;branch=z9hG4bK776asdhds</header>
    <header name='Call-ID'>a84b4c76e66710@tins.example.com</header>
    <header name='CSeq'>314159 INVITE</header>
  </headers>
  <addresses xmlns='http://jabber.org/protocol/address'>
    <address type='bcc' jid='compliance.example.com'/>
  </addresses>
</message>
]]></example>
    <example caption="Step 5: A sends an acknowledgement to B"><![CDATA[
<message
    from='A@example.com/work'
    to='B@example.com/laptop'
    id='tins02'>
  <thread>1234@hostA.example.com</thread>
  <tins method='ACK' xmlns='http://jabber.org/protocol/tins'/>
  <headers xmlns='http://jabber.org/protocol/shim'>
    <header name='Via'>SIP/2.0/UDP tins.example.com;branch=z9hG4bK776asdhds</header>
    <header name='Call-ID'>a84b4c76e66710@tins.example.com</header>
    <header name='CSeq'>314159 INVITE</header>
  </headers>
  <addresses xmlns='http://jabber.org/protocol/address'>
    <address type='bcc' jid='compliance.example.com'/>
  </addresses>
</message>
]]></example>
    <example caption="Step 6: B hangs up"><![CDATA[
<message
    from='B@example.com/laptop'
    to='A@example.com/work'
    id='tins03'>
  <thread>1234@hostA.example.com</thread>
  <tins method='BYE' xmlns='http://jabber.org/protocol/tins'/>
  <headers xmlns='http://jabber.org/protocol/shim'>
    <header name='Via'>SIP/2.0/UDP tins.example.com;branch=z9hG4bK776asdhds</header>
    <header name='Call-ID'>a84b4c76e66710@tins.example.com</header>
    <header name='CSeq'>314159 INVITE</header>
  </headers>
  <addresses xmlns='http://jabber.org/protocol/address'>
    <address type='bcc' jid='compliance.example.com'/>
  </addresses>
</message>
]]></example>
    <example caption="Step 7: A acknowledges the hang up"><![CDATA[
<message
    from='A@example.com/work'
    to='B@example.com/laptop'
    id='tins03'>
  <thread>1234@hostA.example.com</thread>
  <tins method='result'
        code='200'
        xmlns='http://jabber.org/protocol/tins'/>
  <headers xmlns='http://jabber.org/protocol/shim'>
    <header name='Via'>SIP/2.0/UDP tins.example.com;branch=z9hG4bK776asdhds</header>
    <header name='Call-ID'>a84b4c76e66710@tins.example.com</header>
    <header name='CSeq'>314159 INVITE</header>
  </headers>
  <addresses xmlns='http://jabber.org/protocol/address'>
    <address type='bcc' jid='compliance.example.com'/>
  </addresses>
</message>
]]></example>
  </section2>
  <p><em>More examples to follow.</em></p>
</section1>

<section1 topic="Security Considerations" anchor="security">
  <p>TINS is subject to the same security considerations as XMPP, particularly with regard to authentication and channel encryption; for details, refer to <span class="ref"><link url="http://tools.ietf.org/html/rfc6120">RFC 6120</link></span> <note>RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core &lt;<link url="http://tools.ietf.org/html/rfc6120">http://tools.ietf.org/html/rfc6120</link>&gt;.</note>.</p>
  <p>This document does not describe how the media protocols (e.g. RTP) traverse firewalls and NATs.</p>
  <p>There is no general-purpose way to ensure that media protocol connections are associated with the in-band TINS conversation.</p>
</section1>

<section1 topic="IANA Considerations" anchor="iana">
  <p>This document requires no interaction with the <span class="ref"><link url="http://www.iana.org/">Internet Assigned Numbers Authority (IANA)</link></span> <note>The Internet Assigned Numbers Authority (IANA) is the central coordinator for the assignment of unique parameter values for Internet protocols, such as port numbers and URI schemes. For further information, see &lt;<link url="http://www.iana.org/">http://www.iana.org/</link>&gt;.</note>.</p>
</section1>

<section1 topic="XMPP Registrar Considerations" anchor="registrar">
  <section2 topic="Protocol Namespaces" anchor="registrar-ns">
    <p>The <span class="ref"><link url="https://xmpp.org/registrar/">XMPP Registrar</link></span> <note>The XMPP Registrar maintains a list of reserved protocol namespaces as well as registries of parameters used in the context of XMPP extension protocols approved by the XMPP Standards Foundation. For further information, see &lt;<link url="https://xmpp.org/registrar/">https://xmpp.org/registrar/</link>&gt;.</note> shall include 'http://jabber.org/protocol/tins' in its registry of protocol namespaces.</p>
  </section2>
</section1>

<section1 topic="XML Schemas" anchor="schema">
  <section2 topic="tins" anchor="schema-tins">
    <code><![CDATA[
<?xml version='1.0' encoding='UTF-8'?>

<xs:schema
    xmlns:xs='http://www.w3.org/2001/XMLSchema'
    targetNamespace='http://jabber.org/protocol/tins'
    xmlns='http://jabber.org/protocol/tins'
    elementFormDefault='qualified'>

  <xs:import namespace='urn:ietf:rfc:2327'/>

  <xs:element name='tins'>
    <xs:complexType>
      <xs:choice xmlns:sdp='urn:ietf:rfc:2327'>
        <xs:element ref='sdp:sdp'/>
        <xs:any namespace='##other'/>
      </xs:choice>
      <xs:attribute name='code' type='xs:string' use='optional'/>
      <xs:attribute name='method' type='xs:string' use='required'/>
    </xs:complexType>
  </xs:element>

</xs:schema>
]]></code>
  </section2>
  <section2 topic="sdp" anchor="schema-sdp">
    <code><![CDATA[
<?xml version='1.0' encoding='UTF-8'?>

<xs:schema
    xmlns:xs='http://www.w3.org/2001/XMLSchema'
    targetNamespace='urn:ietf:rfc:2327'
    xmlns='urn:ietf:rfc:2327'
    elementFormDefault='qualified'>

  <xs:element name='sdp' type='xs:string'/>

</xs:schema>
]]></code>
  </section2>
</section1>

</xep>
