well-known: Use explicit ports instead of reverse proxied ports

XMPP Compliance tester doesn't seem to like my setup for some reason...
This commit is contained in:
Lux Aliaga 2023-08-03 00:52:34 -04:00
parent 847abfaf39
commit 1dead38a65
Signed by: lux
GPG Key ID: 5A400026ED2F57FD
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>
<Link rel="urn:xmpp:alt-connections:xbosh"
href="https://xmpp.mint.lgbt/http-bind" />
href="https://xmpp.mint.lgbt:5281/http-bind" />
<Link rel="urn:xmpp:alt-connections:websocket"
href="wss://xmpp.mint.lgbt/xmpp-websocket" />
href="wss://xmpp.mint.lgbt:5281/xmpp-websocket" />
</XRD>

View File

@ -2,11 +2,11 @@
"links": [
{
"rel": "urn:xmpp:alt-connections:xbosh",
"href": "https://xmpp.mint.lgbt/http-bind"
"href": "https://xmpp.mint.lgbt:5281/http-bind"
},
{
"rel": "urn:xmpp:alt-connections:websocket",
"href": "wss://xmpp.mint.lgbt/xmpp-websocket"
"href": "wss://xmpp.mint.lgbt:5281/xmpp-websocket"
}
]
}