mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-29 13:54:10 +02:00
Apply suggestions from code review
This commit is contained in:
parent
972ccbd927
commit
88e81a5eb9
|
|
@ -319,7 +319,7 @@ The authorization parameters to include are:
|
||||||
- `destination`: {{< added-in v="1.3" >}} the server name of the receiving
|
- `destination`: {{< added-in v="1.3" >}} the server name of the receiving
|
||||||
sender. This is the same as the `destination` field from the JSON described
|
sender. This is the same as the `destination` field from the JSON described
|
||||||
in step 1. For compatibility with older servers, recipients should accept
|
in step 1. For compatibility with older servers, recipients should accept
|
||||||
requests without this parameter, but should always send it. If this property
|
requests without this parameter, but MUST always send it. If this property
|
||||||
is included, but the value does not match the receiving server's name, the
|
is included, but the value does not match the receiving server's name, the
|
||||||
receiving server must deny the request with an HTTP status code 401
|
receiving server must deny the request with an HTTP status code 401
|
||||||
Unauthorized.
|
Unauthorized.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue