Closed pfefferle closed 5 years ago
It seems that the client strips the template parts of a link element.
See: https://client.webfinger.net/lookup?resource=matthias-pfefferle%40notiz.blog
original:
{ "rel": "http:\/\/ostatus.org\/schema\/1.0\/subscribe", "template": "https:\/\/notiz.blog\/?profile={uri}" }
client output:
{ "rel": "http:\/\/ostatus.org\/schema\/1.0\/subscribe" }
rfc7033 doesn't define a template property. XRD did, but that apparently didn't make it over to JRD. I don't remember why.
Hmmm, Ok!
It seems that the client strips the template parts of a link element.
See: https://client.webfinger.net/lookup?resource=matthias-pfefferle%40notiz.blog
original:
client output: