Update port for XMPP host-meta

This commit is contained in:
Basti 2019-05-11 15:38:46 +02:00
parent 5d567c20d0
commit 0d5172caff
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
]
}