From cac150d5673df80b3b6067695db4fc572f0a58d1 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Fri, 14 Dec 2018 13:13:06 +0000 Subject: [PATCH] Fix up wording Co-Authored-By: erikjohnston --- specification/server_server_api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/server_server_api.rst b/specification/server_server_api.rst index a3fb9ee0..58a6c271 100644 --- a/specification/server_server_api.rst +++ b/specification/server_server_api.rst @@ -336,7 +336,7 @@ Authorization of PDUs Whenever a server receives an event from a remote server, the receiving server must ensure that the event: -1. Is a valid event, otherwise it is dropped +1. Is a valid event, otherwise it is dropped. 2. Passes signature checks, otherwise it is dropped. 3. Passes hash checks, otherwise it is redacted before being processed further. @@ -344,7 +344,7 @@ must ensure that the event: is rejected. 5. Passes authorization rules based on the state at the event, otherwise it is rejected. -6. Passes auth rules based on the current state of the room, otherwise it +6. Passes authorization rules based on the current state of the room, otherwise it is "soft failed". Further details of these checks, and how to handle failures, are described