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:
parent
847abfaf39
commit
1dead38a65
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue