diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-07-11 13:26:59 +0700 | 
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-07-11 13:26:59 +0700 | 
| commit | 182f7bbb1170c44eac4ab4a9efa4ff0bff991c98 (patch) | |
| tree | f4c6fe46e82f667be49c8e6aad0ed3b418e4332f /test/fixtures/tesla_mock/gs.example.org_host_meta | |
| parent | ddd4a09b72ede65345ddf45a68eb239b54eda86c (diff) | |
| parent | 4016341a77337e3b71295d27808eebc05152b086 (diff) | |
| download | pleroma-182f7bbb1170c44eac4ab4a9efa4ff0bff991c98.tar.gz pleroma-182f7bbb1170c44eac4ab4a9efa4ff0bff991c98.zip | |
Merge branch 'develop' into feature/addressable-lists
Diffstat (limited to 'test/fixtures/tesla_mock/gs.example.org_host_meta')
| -rw-r--r-- | test/fixtures/tesla_mock/gs.example.org_host_meta | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/test/fixtures/tesla_mock/gs.example.org_host_meta b/test/fixtures/tesla_mock/gs.example.org_host_meta new file mode 100644 index 000000000..c2fcd7305 --- /dev/null +++ b/test/fixtures/tesla_mock/gs.example.org_host_meta @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> + <Link rel="lrdd" type="application/jrd+json" template="http://gs.example.org/.well-known/webfinger?resource={uri}"/> + <Link rel="lrdd" type="application/json" template="http://gs.example.org/.well-known/webfinger?resource={uri}"/> + <Link rel="lrdd" type="application/xrd+xml" template="http://gs.example.org/.well-known/webfinger?resource={uri}"/> + <Link rel="http://apinamespace.org/oauth/access_token" href="http://gs.example.org/api/oauth/access_token"/> + <Link rel="http://apinamespace.org/oauth/request_token" href="http://gs.example.org/api/oauth/request_token"/> + <Link rel="http://apinamespace.org/oauth/authorize" href="http://gs.example.org/api/oauth/authorize"/> +</XRD> | 
