1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-08 13:35:51 +00:00

FEP-d556 - Small updates. (#506)

Co-authored-by: Steve Bate <svc-github@stevebate.net>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/506
Co-authored-by: Steve Bate <steve-bate@noreply.codeberg.org>
Co-committed-by: Steve Bate <steve-bate@noreply.codeberg.org>
This commit is contained in:
Steve Bate
2025-02-19 21:11:49 +00:00
committed by silverpill
parent dee7ee2239
commit a21a460613
+9 -9
View File
@@ -1,5 +1,6 @@
---
slug: "d556"
type: implementation
authors: Steve Bate <svc-fep@stevebate.net>
status: DRAFT
dateReceived: 2024-01-20
@@ -61,7 +62,7 @@ Response:
]
}
```
The `subject` would typically be the resource URI. However, this proposal does not depend on any specific value for `subject`.
The `subject` would typically be the resource URI. This proposal does not depend on any specific URI for `subject`, although the ActivityPub actor URI is recommended.
The Server-level Actor's URI will be the `href` property of a `link` with a `rel` (relation type) property of `https://www.w3.org/ns/activitystreams#Service` ([W3C AS2 Service Primer][ActivityPubService]). The type of the Server-level Actor itself is not required to be the same as the relation type.
@@ -170,7 +171,12 @@ GET /.well-known/webfinger?resource=https://server.example/&rel=self
# Implementations
[Mastodon] implements something similar to this proposal. For example,
Known implementations include:
* FIRM
* [Mastodon] implements something similar to this proposal.
## Mastodon Example
```
GET /.well-known/webfinger?resource=https://mastodon.social/
@@ -211,7 +217,7 @@ Some differences between the Mastodon implementation and this proposal include:
* It does not support standard [WebFinger] filtering by `rel`.
* The `subject` is the Mastodon-specific account URI for the server-level actor rather than the [ActivityPub] actor URI.
* The `subject` is the Mastodon-specific account URI for the server-level actor rather than the recommended [ActivityPub] actor URI.
Since no user-related actor link is provided for the server resource, the `self` `rel` value can be used without ambiguity
@@ -245,12 +251,6 @@ Although the definition isn't clear, the "Application Actor" in [FEP-2677] appea
- Brad Fitzpatrick, [WebFinger], 2013
- WebFinger\.net [Link Relations][WebFingerRels]
## Implementations
Known implementations include:
* FIRM
## Copyright
CC0 1.0 Universal (CC0 1.0) Public Domain Dedication