diff options
author | kPherox <admin@mail.kr-kp.com> | 2019-07-25 01:27:34 +0900 |
---|---|---|
committer | kPherox <admin@mail.kr-kp.com> | 2019-07-25 01:27:34 +0900 |
commit | 8d9f43e1d1a55f445e4e6e4659b9493cd35d99d9 (patch) | |
tree | e5f212263eff3524dd6b45bb6e3bd83dceaef16a /test/fixtures/tesla_mock | |
parent | ac27b94ffa49c15850eab591fc1e0e729ddb4167 (diff) | |
download | pleroma-8d9f43e1d1a55f445e4e6e4659b9493cd35d99d9.tar.gz pleroma-8d9f43e1d1a55f445e4e6e4659b9493cd35d99d9.zip |
Add WebFinger test for AP-only account
Diffstat (limited to 'test/fixtures/tesla_mock')
-rw-r--r-- | test/fixtures/tesla_mock/kpherox@mstdn.jp.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/fixtures/tesla_mock/kpherox@mstdn.jp.xml b/test/fixtures/tesla_mock/kpherox@mstdn.jp.xml new file mode 100644 index 000000000..2ec134eaa --- /dev/null +++ b/test/fixtures/tesla_mock/kpherox@mstdn.jp.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> + <Subject>acct:kPherox@mstdn.jp</Subject> + <Alias>https://mstdn.jp/@kPherox</Alias> + <Alias>https://mstdn.jp/users/kPherox</Alias> + <Link rel="http://webfinger.net/rel/profile-page" type="text/html" href="https://mstdn.jp/@kPherox"/> + <Link rel="http://schemas.google.com/g/2010#updates-from" type="application/atom+xml" href="https://mstdn.jp/users/kPherox.atom"/> + <Link rel="self" type="application/activity+json" href="https://mstdn.jp/users/kPherox"/> + <Link rel="http://ostatus.org/schema/1.0/subscribe" template="https://mstdn.jp/authorize_interaction?acct={uri}"/> +</XRD> |