Add host-meta for XMPP server

Allows web clients to connect via websockets.
This commit is contained in:
Basti 2019-01-20 17:49:33 +08:00
parent ffad094c57
commit 5d567c20d0
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"links": [
{
"rel": "urn:xmpp:alt-connections:xbosh",
"href": "https://xmpp.kosmos.org:5280/bosh"
},
{
"rel": "urn:xmpp:alt-connections:websocket",
"href": "wss://xmpp.kosmos.org:5280/ws"
}
]
}