Matrix 1.11

This commit is contained in:
Travis Ralston 2024-06-20 10:20:50 -06:00
parent bed4ad589e
commit 1fc8f8856f
97 changed files with 170 additions and 96 deletions

View file

@ -1 +0,0 @@
Link to existing grammar where possible in types.

View file

@ -1 +0,0 @@
Clarify that whitespace around commas is allowed in the `X-Matrix` `Authorization` header value params list.

View file

@ -1 +0,0 @@
Clarify that the `event` field of the `/v2/send_join` response is only required when the event is signed by the resident server.

View file

@ -1 +0,0 @@
Clarify that the `event` field of the `/v2/send_join` response is only required when the event is signed by the resident server.

View file

@ -1 +0,0 @@
Replace references to RFC 7235 and RFC 7230 that are obsoleted by RFC 9110.

View file

@ -1 +0,0 @@
Use of the Client-Server API `/_matrix/media/*` endpoints is now deprecated. New, authenticated, endpoints are available instead.

View file

@ -1 +0,0 @@
Media downloads and thumbnails are now authenticated, as per [MSC3916](https://github.com/matrix-org/matrix-spec-proposals/pull/3916).

View file

@ -1 +0,0 @@
[`GET /_matrix/federation/v1/media/download/{mediaId}`](/server-server-api/#get_matrixfederationv1mediadownloadmediaid)

View file

@ -1 +0,0 @@
[`GET /_matrix/federation/v1/media/thumbnail/{mediaId}`](/server-server-api/#get_matrixfederationv1mediathumbnailmediaid)

View file

@ -1 +0,0 @@
Media downloads and thumbnails are now authenticated, as per [MSC3916](https://github.com/matrix-org/matrix-spec-proposals/pull/3916).

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.