diff --git a/.well-known/host-meta b/.well-known/host-meta index 72d1ebc..3c3418e 100644 --- a/.well-known/host-meta +++ b/.well-known/host-meta @@ -3,5 +3,5 @@ + href="wss://trwnh.com:5281/xmpp-websocket" /> diff --git a/.well-known/host-meta.json b/.well-known/host-meta.json new file mode 100644 index 0000000..8977b31 --- /dev/null +++ b/.well-known/host-meta.json @@ -0,0 +1,12 @@ +{ + "links": [ + { + "rel": "urn:xmpp:alt-connections:xbosh", + "href": "https://trwnh.com:5281/http-bind" + }, + { + "rel": "urn:xmpp:alt-connections:websocket", + "href": "wss://trwnh.com:5281/xmpp-websocket" + } + ] +}