From a043d5d693d1bbd8e0d6c4169e640fa5c524e298 Mon Sep 17 00:00:00 2001 From: Lux Aliaga Date: Thu, 3 Aug 2023 00:25:53 -0400 Subject: [PATCH] well-known: Add host-meta files This should allow the mint.lgbt XMPP server to comply with XEP-0156 --- .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 diff --git a/.well-known/host-meta b/.well-known/host-meta new file mode 100644 index 0000000..31f1c34 --- /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..6744af2 --- /dev/null +++ b/.well-known/host-meta.json @@ -0,0 +1,12 @@ +{ + "links": [ + { + "rel": "urn:xmpp:alt-connections:xbosh", + "href": "https://xmpp.mint.lgbt/http-bind" + }, + { + "rel": "urn:xmpp:alt-connections:websocket", + "href": "wss://xmpp.mint.lgbt/xmpp-websocket" + } + ] +}