diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-05-30 23:32:19 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-05-30 23:32:19 -0600 |
commit | bda8405ebdf2cad9cd2f316d6e5371fece798353 (patch) | |
tree | e9e7a1d5d9ab15f06a0c4ad882bd919d74bd39dd /luevano/.well-known/host-meta | |
parent | d01bcc92f5a32fefadf28fa26cf12ece731fe374 (diff) |
add well-known data for matrix and xmpp
Diffstat (limited to 'luevano/.well-known/host-meta')
-rw-r--r-- | luevano/.well-known/host-meta | 7 |
1 files changed, 7 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> |