<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
<xep xmlns="">
<header>
  <title>WebSocket S2S</title>
  <abstract>This specification defines a procedure to make s2s XMPP connections over WebSocket.</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>0468</number>
  <status>Experimental</status>
  <type>Standards Track</type>
  <sig>Standards</sig>
  <approver>Council</approver>
  <dependencies>
    <spec>XMPP Core</spec>
    <spec>XEP-0156</spec>
  </dependencies>
  <supersedes/>
  <supersededby/>
  <shortname>NOT_YET_ASSIGNED</shortname>
  
  <author>
    <firstname>Travis</firstname>
    <surname>Burtrum</surname>
    <email>travis@burtrum.org</email>
    <jid>travis@burtrum.org</jid>
    <uri>https://moparisthebest.com/</uri>
 </author>

  <revision>
    <version>0.1.0</version>
    <date>2022-07-13</date>
    <initials>XEP Editor (jsc)</initials>
    <remark>Accepted by vote of Council on 2022-06-22.</remark>
  </revision>
  <revision>
    <version>0.0.1</version>
    <date>2022-06-13</date>
    <initials>tjb</initials>
    <remark><p>First draft.</p></remark>
  </revision>
</header>
<section1 topic="Introduction" anchor="intro">
  <p><span class="ref"><link url="http://tools.ietf.org/html/rfc7395">RFC 7395</link></span> <note>RFC 7395: An Extensible Messaging and Presence Protocol (XMPP) Subprotocol for WebSocket &lt;<link url="http://tools.ietf.org/html/rfc7395">http://tools.ietf.org/html/rfc7395</link>&gt;.</note> specifies how to make c2s connections over WebSocket. This XEP extends that to also support s2s connections over WebSocket.</p>
</section1>
<section1 topic="Requirements" anchor="reqs">
    <p>Everything mentioned in <span class="ref"><link url="http://tools.ietf.org/html/rfc7395">RFC 7395</link></span> <note>RFC 7395: An Extensible Messaging and Presence Protocol (XMPP) Subprotocol for WebSocket &lt;<link url="http://tools.ietf.org/html/rfc7395">http://tools.ietf.org/html/rfc7395</link>&gt;.</note> should be followed with the following changes:</p>
    <ol>
      <li>Connection details are discovered by using <span class="ref"><link url="https://xmpp.org/extensions/xep-0156.html">Discovering Alternative XMPP Connection Methods (XEP-0156)</link></span> <note>XEP-0156: Discovering Alternative XMPP Connection Methods &lt;<link url="https://xmpp.org/extensions/xep-0156.html">https://xmpp.org/extensions/xep-0156.html</link>&gt;.</note></li>
      <li>For c2s, <span class="ref"><link url="http://tools.ietf.org/html/rfc7395">RFC 7395</link></span> <note>RFC 7395: An Extensible Messaging and Presence Protocol (XMPP) Subprotocol for WebSocket &lt;<link url="http://tools.ietf.org/html/rfc7395">http://tools.ietf.org/html/rfc7395</link>&gt;.</note> requires replacing the 'jabber:client' namespace with 'urn:ietf:params:xml:ns:xmpp-framing', for s2s, the 'jabber:server' namespace should be replaced with 'urn:ietf:params:xml:ns:xmpp-framing-server'.</li>
      <li>wss (TLS) upgraded to a MUST be used, therefore SASL EXTERNAL authentication can be used as defined in <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></li>
    </ol>
</section1>
<section1 topic="Use Cases" anchor="usecases">
  <p>Some hosting services only allow HTTPS proxies to access servers, meaning federating XMPP servers cannot be ran on these hosts unless s2s is accessible over HTTPS.</p>
</section1>
<section1 topic="Security Considerations" anchor="security">
  <p>Identical to <link url="https://datatracker.ietf.org/doc/html/rfc7395#page-12">RFC 7395 Security Considerations</link>.</p>
</section1>
<section1 topic="IANA Considerations" anchor="iana">

 <p>A URN sub-namespace for framing of s2s Extensible Messaging and Presence
   Protocol (XMPP) streams is defined as follows.</p>

 <p>URI: urn:ietf:params:xml:ns:xmpp-framing-server</p>

 <p>Specification: this document</p>

 <p>Registrant Contact: IESG &lt;iesg@ietf.org&gt;</p>

</section1>
<section1 topic="XMPP Registrar Considerations" anchor="registrar">
  <p>This document requires no interaction with 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>.</p>
</section1>
</xep>
