Support reaching user@sub.domain.tld at user@domain.tld (#134)
[akkoma] / test / fixtures / webfinger / pleroma-webfinger.json
1 {
2 "aliases": [
3 "https://{{subdomain}}/users/{{nickname}}"
4 ],
5 "links": [
6 {
7 "href": "https://{{subdomain}}/users/{{nickname}}",
8 "rel": "http://webfinger.net/rel/profile-page",
9 "type": "text/html"
10 },
11 {
12 "href": "https://{{subdomain}}/users/{{nickname}}",
13 "rel": "self",
14 "type": "application/activity+json"
15 },
16 {
17 "href": "https://{{subdomain}}/users/{{nickname}}",
18 "rel": "self",
19 "type": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""
20 },
21 {
22 "rel": "http://ostatus.org/schema/1.0/subscribe",
23 "template": "https://{{subdomain}}/ostatus_subscribe?acct={uri}"
24 }
25 ],
26 "subject": "acct:{{nickname}}@{{domain}}"
27 }