webfinger / client.webfinger.net

https://client.webfinger.net/
Apache License 2.0
20 stars 4 forks source link

the client removes template attributes #10

Closed pfefferle closed 5 years ago

pfefferle commented 6 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"
    }
willnorris commented 5 years ago

rfc7033 doesn't define a template property. XRD did, but that apparently didn't make it over to JRD. I don't remember why.

pfefferle commented 5 years ago

Hmmm, Ok!