diff options
| author | grunfink <grunfink@comam.es> | 2025-10-17 23:05:14 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-10-17 23:05:14 +0200 |
| commit | 0fd993d5c6e3567c41b8ab6147f5490990fc5284 (patch) | |
| tree | dea36dcafcd8526ac9ab15ca73328dbf8216fa43 | |
| parent | 8f1ee4c0fbaabde82e161196c2f50cb0436db71b (diff) | |
FEDERATION.md: also document outgoing Webmention.
| -rw-r--r-- | FEDERATION.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FEDERATION.md b/FEDERATION.md index 4ee11ad..3e7ea31 100644 --- a/FEDERATION.md +++ b/FEDERATION.md @@ -9,7 +9,8 @@ - [NodeInfo](https://nodeinfo.diaspora.software/) - 2.0 and 2.1. - [Webmention](https://www.w3.org/TR/webmention/) - - Receive-only. `/webmention-hook` accepts notifications and records them for relevant timelines. + - Incoming: `/webmention-hook` accepts notifications and records them for relevant timelines. + - Outgoing: links in posts are tried for Webmention hooks. ## FEP support |