diff options
author | Arnav Bhatt <arnav@ghativega.in> | 2024-02-18 03:16:26 +0530 |
---|---|---|
committer | Arnav Bhatt <arnav@ghativega.in> | 2024-02-18 03:16:26 +0530 |
commit | 466aadc3ef6a821d39f6b7276844198501a50b60 (patch) | |
tree | 6061a974d8a0ae8db8ff8055abb60e46520f7d20 /data/.well-known | |
parent | a7cc5a5b0c05fa0217d5bfcb90c4d5374482077a (diff) |
Diffstat (limited to 'data/.well-known')
-rw-r--r-- | data/.well-known/host-meta | 7 | ||||
-rw-r--r-- | data/.well-known/host-meta.json | 12 |
2 files changed, 19 insertions, 0 deletions
diff --git a/data/.well-known/host-meta b/data/.well-known/host-meta new file mode 100644 index 0000000..3c4297e --- /dev/null +++ b/data/.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://ghativega.in:5443/bosh" /> + <Link rel="urn:xmpp:alt-connections:websocket" + href="wss://ghativega.in:5443/ws" /> +</XRD> diff --git a/data/.well-known/host-meta.json b/data/.well-known/host-meta.json new file mode 100644 index 0000000..01e4165 --- /dev/null +++ b/data/.well-known/host-meta.json @@ -0,0 +1,12 @@ +{ + "links": [ + { + "rel": "urn:xmpp:alt-connections:xbosh", + "href": "https://ghativega.in:5443/bosh" + }, + { + "rel": "urn:xmpp:alt-connections:websocket", + "href": "wss://ghativega.in:5443/ws" + } + ] +} |