From d27cd86e42bebd59f66ccab636d8cba7a40915ab Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Wed, 3 Feb 2021 16:13:52 +0100 Subject: [PATCH] Update xep-iwe.xml I really like this proposal and have been wanting something similar for a while. # `/ws` -> `/.well-known/xmpp-websocket` In deployments, `/ws` is too generic and the domain might already have something running there for :443. # `5443` -> `5280` Quoting Marvin W > - ws://...:5443/ws makes no sense. Port 5443 is obviously a reference to HTTPS 443 port which is TLS encrypted, so you shouldn't make non-TLS connections to 5443. If any, use something like port 5080 or 5280. # server vendors I'm not happy with the wording, suggestions? --- inbox/xep-iwe.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/inbox/xep-iwe.xml b/inbox/xep-iwe.xml index 246097490..d4792be68 100644 --- a/inbox/xep-iwe.xml +++ b/inbox/xep-iwe.xml @@ -49,10 +49,10 @@

The following implicit XMPP WebSocket endpoints are specified:

TODO: Use implicit endpoints only if no other endpoints were @@ -72,6 +72,9 @@ discovered endpoints serially, as opposed to concurrently, may use the implicit endpoints only as last resort.

+

XMPP servers vendors are REQUIRED to use one or several of these + endpoints as default WebSocket endpoint configuration

+