Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update iwe protoxep #1035

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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