diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-16 17:45:03 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-16 17:45:03 -0600 |
commit | 7e49db5ddefe8c515b5f3931a5c701efaac33d91 (patch) | |
tree | d7d1efda44837a466fe079266efda90021812399 /luevano/.well-known | |
parent | 3112a76dac594fe715b59e53c399b0dec5b53193 (diff) |
change structure for new pyssg version
Diffstat (limited to 'luevano/.well-known')
-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, 0 insertions, 22 deletions
diff --git a/luevano/.well-known/host-meta b/luevano/.well-known/host-meta deleted file mode 100644 index ac26975..0000000 --- a/luevano/.well-known/host-meta +++ /dev/null @@ -1,7 +0,0 @@ -<?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 deleted file mode 100644 index b8cb354..0000000 --- a/luevano/.well-known/host-meta.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "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 deleted file mode 100644 index b166960..0000000 --- a/luevano/.well-known/matrix/server +++ /dev/null @@ -1,3 +0,0 @@ -{ - "m.server": "matrix.luevano.xyz:8448" -} |