diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-08-24 12:54:53 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-08-24 12:54:53 +0200 |
commit | 08bd59e446d5d176a9f2082424f70bde5cba64a5 (patch) | |
tree | 7d969cabf9038ab9368aa425373fe1e8367a80d6 /test/fixtures/httpoison_mock/macgirvin.com_host_meta | |
parent | 1a001588e80e1ff7088472e3faaf754617d63973 (diff) | |
download | pleroma-08bd59e446d5d176a9f2082424f70bde5cba64a5.tar.gz pleroma-08bd59e446d5d176a9f2082424f70bde5cba64a5.zip |
Extend webfinger capabilities.
Diffstat (limited to 'test/fixtures/httpoison_mock/macgirvin.com_host_meta')
-rw-r--r-- | test/fixtures/httpoison_mock/macgirvin.com_host_meta | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/fixtures/httpoison_mock/macgirvin.com_host_meta b/test/fixtures/httpoison_mock/macgirvin.com_host_meta new file mode 100644 index 000000000..cd30b602f --- /dev/null +++ b/test/fixtures/httpoison_mock/macgirvin.com_host_meta @@ -0,0 +1,11 @@ +<?xml version='1.0' encoding='UTF-8'?> +<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0' + xmlns:hm='http://host-meta.net/xrd/1.0'> + + <hm:Host>macgirvin.com</hm:Host> + + <Link rel='lrdd' type="application/xrd+xml" template='https://macgirvin.com/xrd/?uri={uri}' /> + <Link rel="http://oexchange.org/spec/0.8/rel/resident-target" type="application/xrd+xml" + href="https://macgirvin.com/oexchange/xrd" /> + +</XRD> |