From 1788b99cb7387385172b9f548b542bc56eb19d7a Mon Sep 17 00:00:00 2001 From: a Date: Thu, 5 May 2022 15:54:13 -0500 Subject: [PATCH] add json host-meta --- .well-known/host-meta | 2 +- .well-known/host-meta.json | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .well-known/host-meta.json 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" + } + ] +}