diff --git a/xep-0468.xml b/xep-0468.xml
new file mode 100644
index 00000000..d22fbbfb
--- /dev/null
+++ b/xep-0468.xml
@@ -0,0 +1,75 @@
+
+
+%ents;
+]>
+
+
+
+ WebSocket S2S
+ This specification defines a procedure to make s2s XMPP connections over WebSocket.
+ &LEGALNOTICE;
+ 0468
+ Experimental
+ Standards Track
+ Standards
+ Council
+
+ XMPP Core
+ XEP-0156
+
+
+
+ NOT_YET_ASSIGNED
+
+ Travis
+ Burtrum
+ travis@burtrum.org
+ travis@burtrum.org
+
+
+ 0.1.0
+ 2022-07-13
+ XEP Editor (jsc)
+ Accepted by vote of Council on 2022-06-22.
+
+
+ 0.0.1
+ 2022-06-13
+ tjb
+
First draft.
+
+
+
+
&rfc7395; specifies how to make c2s connections over WebSocket. This XEP extends that to also support s2s connections over WebSocket.
+
+
+
Everything mentioned in &rfc7395; should be followed with the following changes:
+
+
Connection details are discovered by using &xep0156;
+
For c2s, &rfc7395; 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'.
+
wss (TLS) upgraded to a MUST be used, therefore SASL EXTERNAL authentication can be used as defined in &xmppcore;
+
+
+
+
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.
+
+
+
Identical to RFC 7395 Security Considerations.
+
+
+
+
A URN sub-namespace for framing of s2s Extensible Messaging and Presence
+ Protocol (XMPP) streams is defined as follows.
+
+
URI: urn:ietf:params:xml:ns:xmpp-framing-server
+
+
Specification: this document
+
+
Registrant Contact: IESG <iesg@ietf.org>
+
+
+
+
This document requires no interaction with the ®ISTRAR;.
+
+
diff --git a/xep.ent b/xep.ent
index 3984057e..cc63d972 100644
--- a/xep.ent
+++ b/xep.ent
@@ -1652,3 +1652,4 @@ IANA Service Location Protocol, Version 2 (SLPv2) Templates
Pubsub Public Subscriptions (XEP-0465) XEP-0465: Pubsub Public Subscriptions <https://xmpp.org/extensions/xep-0465.html>." >
Ephemeral Messages (XEP-0466) XEP-0466: Ephemeral Messages <https://xmpp.org/extensions/xep-0466.html>." >
XMPP over QUIC (XEP-0467) XEP-0467: XMPP over QUIC <https://xmpp.org/extensions/xep-0467.html>." >
+WebSocket S2S (XEP-0468) XEP-0468: WebSocket S2S <https://xmpp.org/extensions/xep-0468.html>." >