summaryrefslogtreecommitdiff
path: root/test/fixtures/httpoison_mock/gs.example.org_host_meta
diff options
context:
space:
mode:
authorlambadalambda <gitgud@rogerbraun.net>2017-08-24 06:55:49 -0400
committerlambadalambda <gitgud@rogerbraun.net>2017-08-24 06:55:49 -0400
commit51dc2b1696ee4d2c444b4809a1859379af6e3bc8 (patch)
tree7d969cabf9038ab9368aa425373fe1e8367a80d6 /test/fixtures/httpoison_mock/gs.example.org_host_meta
parente477608b7e87cc9adfaab8d91fb614ce1c0b8505 (diff)
parent08bd59e446d5d176a9f2082424f70bde5cba64a5 (diff)
downloadpleroma-51dc2b1696ee4d2c444b4809a1859379af6e3bc8.tar.gz
pleroma-51dc2b1696ee4d2c444b4809a1859379af6e3bc8.zip
Merge branch 'feauture/webfinger' into 'develop'
Feauture/webfinger See merge request !25
Diffstat (limited to 'test/fixtures/httpoison_mock/gs.example.org_host_meta')
-rw-r--r--test/fixtures/httpoison_mock/gs.example.org_host_meta9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/httpoison_mock/gs.example.org_host_meta b/test/fixtures/httpoison_mock/gs.example.org_host_meta
new file mode 100644
index 000000000..c2fcd7305
--- /dev/null
+++ b/test/fixtures/httpoison_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>