diff --git a/README.md b/README.md index bfa7f04..62f7d4a 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ Do you have ideas to improve the FEP Process? Post your suggestions to the issue | [FEP-8a8e: A common approach to using the Event object type](./fep/8a8e/fep-8a8e.md) | `DRAFT` | [#565](https://codeberg.org/fediverse/fep/issues/565) | 2025-04-23 | - | | [FEP-0151: NodeInfo in Fediverse Software (2025 edition)](./fep/0151/fep-0151.md) | `DRAFT` | [#599](https://codeberg.org/fediverse/fep/issues/599) | 2025-05-12 | - | | [FEP-82f6: Actor statuses](./fep/82f6/fep-82f6.md) | `DRAFT` | [#600](https://codeberg.org/fediverse/fep/issues/600) | 2025-05-12 | - | +| [FEP-844e: Capability discovery](./fep/844e/fep-844e.md) | `DRAFT` | [#624](https://codeberg.org/fediverse/fep/issues/624) | 2025-06-14 | - | ## License diff --git a/fep/844e/fep-844e.md b/fep/844e/fep-844e.md index d9404b7..5ef55ea 100644 --- a/fep/844e/fep-844e.md +++ b/fep/844e/fep-844e.md @@ -3,8 +3,9 @@ slug: "844e" authors: silverpill <@silverpill@mitra.social> type: implementation status: DRAFT -dateReceived: 2025-06-14 discussionsTo: https://codeberg.org/silverpill/feps/issues +dateReceived: 2025-06-14 +trackingIssue: https://codeberg.org/fediverse/fep/issues/624 --- # FEP-844e: Capability discovery diff --git a/index.json b/index.json index 2e88a39..73b37e5 100644 --- a/index.json +++ b/index.json @@ -952,5 +952,15 @@ "dateReceived": "2025-05-12", "trackingIssue": "https://codeberg.org/fediverse/fep/issues/600", "title": "Actor statuses" + }, + { + "slug": "844e", + "authors": "silverpill <@silverpill@mitra.social>", + "type": "implementation", + "status": "DRAFT", + "discussionsTo": "https://codeberg.org/silverpill/feps/issues", + "dateReceived": "2025-06-14", + "trackingIssue": "https://codeberg.org/fediverse/fep/issues/624", + "title": "Capability discovery" } ] \ No newline at end of file