Fix up wording
Co-Authored-By: erikjohnston <erikj@jki.re>
This commit is contained in:
parent
ee9c010c37
commit
cac150d567
1 changed files with 2 additions and 2 deletions
|
@ -336,7 +336,7 @@ Authorization of PDUs
|
||||||
Whenever a server receives an event from a remote server, the receiving server
|
Whenever a server receives an event from a remote server, the receiving server
|
||||||
must ensure that the event:
|
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.
|
2. Passes signature checks, otherwise it is dropped.
|
||||||
3. Passes hash checks, otherwise it is redacted before being processed
|
3. Passes hash checks, otherwise it is redacted before being processed
|
||||||
further.
|
further.
|
||||||
|
@ -344,7 +344,7 @@ must ensure that the event:
|
||||||
is rejected.
|
is rejected.
|
||||||
5. Passes authorization rules based on the state at the event, otherwise it
|
5. Passes authorization rules based on the state at the event, otherwise it
|
||||||
is rejected.
|
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".
|
is "soft failed".
|
||||||
|
|
||||||
Further details of these checks, and how to handle failures, are described
|
Further details of these checks, and how to handle failures, are described
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue