diff --git a/public/.well-known/host-meta b/public/.well-known/host-meta index 31f1c34..51f0f04 100644 --- a/public/.well-known/host-meta +++ b/public/.well-known/host-meta @@ -1,7 +1,7 @@ + href="https://xmpp.mint.lgbt:5281/http-bind" /> + href="wss://xmpp.mint.lgbt:5281/xmpp-websocket" /> diff --git a/public/.well-known/host-meta.json b/public/.well-known/host-meta.json index 6744af2..88dbe2c 100644 --- a/public/.well-known/host-meta.json +++ b/public/.well-known/host-meta.json @@ -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" } ] }