diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-03-04 13:06:12 +0300 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2022-11-03 09:48:24 -0400 |
commit | 4121bca8957838f094ef134de4b54e492517e527 (patch) | |
tree | 06c3bd69d2bddad38e76a5c88c7a6b0d78cc6cae /test/fixtures/tesla_mock | |
parent | da0ef154a6ea87abbe81a094c444546a3e62c723 (diff) | |
download | pleroma-4121bca8957838f094ef134de4b54e492517e527.tar.gz pleroma-4121bca8957838f094ef134de4b54e492517e527.zip |
expanding WebFinger
Diffstat (limited to 'test/fixtures/tesla_mock')
-rw-r--r-- | test/fixtures/tesla_mock/framatube.org_host_meta | 2 | ||||
-rw-r--r-- | test/fixtures/tesla_mock/status.alpicola.com_host_meta | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/tesla_mock/framatube.org_host_meta b/test/fixtures/tesla_mock/framatube.org_host_meta index 91516ff6d..02e25bd64 100644 --- a/test/fixtures/tesla_mock/framatube.org_host_meta +++ b/test/fixtures/tesla_mock/framatube.org_host_meta @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"><hm:Host xmlns:hm="http://host-meta.net/xrd/1.0">framatube.org</hm:Host><Link rel="lrdd" template="http://framatube.org/main/xrd?uri={uri}"><Title>Resource Descriptor</Title></Link></XRD> +<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"><hm:Host xmlns:hm="http://host-meta.net/xrd/1.0">framatube.org</hm:Host><Link rel="lrdd" template="https://framatube.org/main/xrd?uri={uri}"><Title>Resource Descriptor</Title></Link></XRD> diff --git a/test/fixtures/tesla_mock/status.alpicola.com_host_meta b/test/fixtures/tesla_mock/status.alpicola.com_host_meta index 6948c30ea..78155f644 100644 --- a/test/fixtures/tesla_mock/status.alpicola.com_host_meta +++ b/test/fixtures/tesla_mock/status.alpicola.com_host_meta @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"><hm:Host xmlns:hm="http://host-meta.net/xrd/1.0">status.alpicola.com</hm:Host><Link rel="lrdd" template="http://status.alpicola.com/main/xrd?uri={uri}"><Title>Resource Descriptor</Title></Link></XRD>
\ No newline at end of file +<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"><hm:Host xmlns:hm="http://host-meta.net/xrd/1.0">status.alpicola.com</hm:Host><Link rel="lrdd" template="https://status.alpicola.com/main/xrd?uri={uri}"><Title>Resource Descriptor</Title></Link></XRD> |