Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions inbox/xep-iwe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@

<p>The following implicit XMPP WebSocket endpoints are specified:</p>
<ul>
<li>wss://&lt;xmpp-service-name>:5443/ws</li>
<li>ws://&lt;xmpp-service-name>:5443/ws</li>
<li>wss://&lt;xmpp-service-name>/ws</li>
<li>ws://&lt;xmpp-service-name>/ws</li>
<li>wss://&lt;xmpp-service-name>:5443/.well-known/xmpp-websocket</li>
<li>ws://&lt;xmpp-service-name>:5280/.well-known/xmpp-websocket</li>
<li>wss://&lt;xmpp-service-name>/.well-known/xmpp-websocket</li>
<li>ws://&lt;xmpp-service-name>/.well-known/xmpp-websocket</li>
</ul>

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

<p>XMPP servers vendors are REQUIRED to use one or several of these
endpoints as default WebSocket endpoint configuration</p>

</section1>

<section1 topic='Security Considerations' anchor='security'>
Expand Down