From bae825c521e57d1e8bbef075ab8041bae394fb73 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 31 Mar 2021 15:29:44 -0400 Subject: init --- .well-known/host-meta | 7 +++++++ .well-known/host-meta.json | 12 ++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .well-known/host-meta create mode 100644 .well-known/host-meta.json (limited to '.well-known') diff --git a/.well-known/host-meta b/.well-known/host-meta new file mode 100644 index 0000000..aad5745 --- /dev/null +++ b/.well-known/host-meta @@ -0,0 +1,7 @@ + + + + + diff --git a/.well-known/host-meta.json b/.well-known/host-meta.json new file mode 100644 index 0000000..7fe860e --- /dev/null +++ b/.well-known/host-meta.json @@ -0,0 +1,12 @@ +{ + "links": [ + { + "rel": "urn:xmpp:alt-connections:xbosh", + "href": "https://xmpp.hmm.st/bosh" + }, + { + "rel": "urn:xmpp:alt-connections:websocket", + "href": "wss://xmpp.hmm.st/ws" + } + ] +} -- cgit 1.4.1