From d5dfba696b740c3042bd7d5843a53b1f5770c809 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 23 Apr 2020 12:10:04 -0500 Subject: [PATCH] Update activity docs a bit --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 57193b8..4f9c10b 100644 --- a/README.md +++ b/README.md @@ -60,16 +60,20 @@ ecample, if the server is `https://relay.my.tld`, the correct URL would be `https://relay.my.tld/actor`. ### Supported Activities -- Accept Follow {self}, this is a no-op -- Reject Follow {self}, an Undo Follow is sent back +- Accept Follow {remote-actor}, this is a no-op +- Reject Follow {remote-actor}, an Undo Follow is sent to {remote-actor} - Announce {anything}, {anything} is Announced to listening servers - Create {anything}, {anything} is Announced to listening servers -- Follow {self}, become a listener of the relay, a Follow will be sent back +- Follow {self-actor}, become a listener of the relay, a Follow will be sent back - Follow Public, become a listener of the relay -- Undo Follow {self}, stop listening on the relay, an Undo Follow will be sent back +- Undo Follow {self-actor}, stop listening on the relay, an Undo Follow will be sent back - Undo Follow Public, stop listening on the relay - Delete {anything}, the Delete {anything} is relayed verbatim to listening servers + Note that this activity will likely be rejected by the listening servers unless it has been + signed with a JSON-LD signature - Update {anything}, the Update {anything} is relayed verbatim to listening servers + Note that this activity will likely be rejected by the listening servers unless it has been + signed with a JSON-LD signature ### Supported Discovery Protocols - Webfinger