From 0d5172caff5e252b426eaf817c32981facc29d3b Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 11 May 2019 15:38:46 +0200 Subject: [PATCH] Update port for XMPP host-meta --- .well-known/host-meta.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.well-known/host-meta.json b/.well-known/host-meta.json index 160f091..e99c2e9 100644 --- a/.well-known/host-meta.json +++ b/.well-known/host-meta.json @@ -2,11 +2,11 @@ "links": [ { "rel": "urn:xmpp:alt-connections:xbosh", - "href": "https://xmpp.kosmos.org:5280/bosh" + "href": "https://xmpp.kosmos.org:5443/bosh" }, { "rel": "urn:xmpp:alt-connections:websocket", - "href": "wss://xmpp.kosmos.org:5280/ws" + "href": "wss://xmpp.kosmos.org:5443/ws" } ] }