diff options
-rw-r--r-- | luevano/.well-known/host-meta | 7 | ||||
-rw-r--r-- | luevano/.well-known/host-meta.json | 12 | ||||
-rw-r--r-- | luevano/.well-known/matrix/server | 3 |
3 files changed, 22 insertions, 0 deletions
diff --git a/luevano/.well-known/host-meta b/luevano/.well-known/host-meta new file mode 100644 index 0000000..ac26975 --- /dev/null +++ b/luevano/.well-known/host-meta @@ -0,0 +1,7 @@ +<?xml version='1.0' encoding='utf-8'?> +<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'> + <Link rel="urn:xmpp:alt-connections:xbosh" + href="https://xmpp.luevano.xyz/http-bind" /> + <Link rel="urn:xmpp:alt-connections:websocket" + href="wss://xmpp.luevano.xyz/xmpp-websocket" /> +</XRD> diff --git a/luevano/.well-known/host-meta.json b/luevano/.well-known/host-meta.json new file mode 100644 index 0000000..b8cb354 --- /dev/null +++ b/luevano/.well-known/host-meta.json @@ -0,0 +1,12 @@ +{ + "links": [ + { + "rel": "urn:xmpp:alt-connections:xbosh", + "href": "https://xmpp.luevano.xyz/http-bind" + }, + { + "rel": "urn:xmpp:alt-connections:websocket", + "href": "wss://xmpp.luevano.xyz/xmpp-websocket" + } + ] +} diff --git a/luevano/.well-known/matrix/server b/luevano/.well-known/matrix/server new file mode 100644 index 0000000..b166960 --- /dev/null +++ b/luevano/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "matrix.luevano.xyz:8448" +} |