From 91c0840e8cd460c3047ac9409e5027bbe33cdbd7 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 20 Nov 2023 15:45:22 -0500 Subject: [PATCH] add well-known --- static/.well-known/host-meta.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 static/.well-known/host-meta.json diff --git a/static/.well-known/host-meta.json b/static/.well-known/host-meta.json new file mode 100644 index 0000000..5c738c1 --- /dev/null +++ b/static/.well-known/host-meta.json @@ -0,0 +1,8 @@ +{ + "links": [ + { + "rel": "urn:xmpp:alt-connections:websocket", + "href": "wss://xmpp.nixnet.services:443/ws" + } + ] +}