booboo in support fep links

This commit is contained in:
Mike Macgirvin 2024-02-05 05:29:53 +11:00
parent a26e294b2a
commit 48176d8eb1

View file

@ -30,7 +30,7 @@ In a constrained conversation, conforming implementations will implement FEP-400
- In a constrained conversation, replies SHOULD only be addressed to the target->attributedTo actor.
- When receiving a correctly signed ```Add``` activity, checking that the id of the target is a collection owned by ```actor``` is slightly different from FEP-400e. This can be accomplished by fetching the Collection object and validating the attributedTo field.
Processing is otherwise identical. In the reference implementation of conversation containers by the streams repository, signed objects are often transmitted instead of just transmitting the ids, and these are signed using a combination of [FEP-c390](https://codeberg.org/fediverse/fep/src/branch/main/fep/c390/fep-c390.md) and [FEP-8b32](https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md).
Processing is otherwise identical. In the reference implementation of conversation containers by the streams repository, signed objects are often transmitted instead of just transmitting the ids, and these are signed using a combination of [FEP-521a](https://codeberg.org/fediverse/fep/src/branch/main/fep/c390/fep-521a.md) and [FEP-8b32](https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md).