From 51f0a91aecbd02015aa24d376bdaec9398a3677b Mon Sep 17 00:00:00 2001 From: ilja Date: Fri, 15 Aug 2025 15:29:17 +0200 Subject: [PATCH] Add Akkoma as implementation for fep-c16b (#667) Proposal fep-c16b has been implemented in Akkoma for a while now, so I've added an "Implementations" section and added Akkoma to the list, linking to it's FEDERATION.md file's "Supported FEPs" section. Co-authored-by: ilja space Reviewed-on: https://codeberg.org/fediverse/fep/pulls/667 Co-authored-by: ilja Co-committed-by: ilja --- fep/c16b/fep-c16b.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fep/c16b/fep-c16b.md b/fep/c16b/fep-c16b.md index 948e69e..cad2548 100644 --- a/fep/c16b/fep-c16b.md +++ b/fep/c16b/fep-c16b.md @@ -121,6 +121,11 @@ To signal that the `content` is FEP-c16b compliant, the implementation MAY use t ``` +## Implementations + +- [Akkoma](https://akkoma.dev/AkkomaGang/akkoma/src/branch/stable/FEDERATION.md#supported-feps) + + ## References - [data-* attributes]: Part of the [HTML Living Standard](https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes)