You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GET /_matrix/client/v1/room_summary/{roomIdOrAlias}, as per MSC3266. (#2125)
Clients können über /versions erkennen ob diese API verfügbar ist.
Add GET /_matrix/client/v1/auth_metadata, as per MSC2965. (#2147)
Backwards Compatible Changes
Add m.topic content block to enable rich text in m.room.topic events as per MSC3765. (#2095)
Das bisherige topic Feld existiert weiterhin und ist weiterhin required. Implementierungen SOLLEN etwaige text/plain Topics im neuen Format nach topic duplizieren. Dies scheint ausreichend.
Include device keys with Olm-encrypted events as per MSC4147. (#2122)
Neues Feld sender_device_keys ist optional, d.h. es kann keine Inkompatibilitäten geben.
Add /_matrix/client/v1/room_summary/{roomIdOrAlias} and extend /_matrix/client/v1/rooms/{roomId}/hierarchy with the new optional properties allowed_room_ids, encryption and room_version as per MSC3266. (#2125, #2158)
Clarify behaviour when the topic key of a m.room.topic event is absent, null, or empty. (#2068)
Fix the example of the GET /sync endpoint and the m.room.member example used in several places. (#2077)
Clarify the format of third-party invites, including the fact that identity server public keys can be encoded using standard or URL-safe base64. (#2083)
"Public" rooms in profile look-ups are defined through their join rule and history visibility. (#2101)
"Public" rooms in user directory queries are defined through their join rule and history visibility. (#2102)
Rooms published in /publicRooms don't necessarily have public join rules or world_readable history visibility. (#2104)
"Public" rooms with respect to call invites are defined through their join rule. (#2106)
"Public" rooms have no specific meaning with respect to moderation policy lists. (#2107)
"Public" rooms with respect to presence are defined through their join rule. (#2108)
Spaces are subject to the same access mechanisms as rooms. (#2109)
Fix various typos throughout the specification. (#2121, #2144)
Clarify that Well-Known URIs are available on the server name's hostname. Contributed by @HarHarLinks. (#2140)
Add missing fields in example for ExportedSessionData. (#2154)
Server-Server API
Backwards Compatible Changes
Add m.topic content block to enable rich text in m.room.topic events as per MSC3765. (#2095)
Extend /_matrix/federation/v1/hierarchy/{roomId} with the new optional properties encryption and room_version as per MSC3266. (#2125)
Spec Clarifications
Add a note to the invite endpoints that invites to local users may be received twice over federation if the homeserver is already in the room. (#2067)
Clarify the format of third-party invites, including the fact that identity server public keys can be encoded using standard or URL-safe base64. (#2083)
Clarify that auth event of content.join_authorised_via_users_server is only necessary for m.room.member with a membership of join. (#2100)
Rooms published in /publicRooms don't necessarily have public join rules or world_readable history visibility. (#2104)
Fix various typos throughout the specification. (#2128)
Clarify that Well-Known URIs are available on the server name's hostname. Contributed by @HarHarLinks. (#2140)
Application Service API
Spec Clarifications
Clarify in the application service registration schema the url: null behaviour. (#2130)
Identity Service API
Spec Clarifications
Clarify that public keys can be encoded using standard or URL-safe base64. (#2083)
Matrix Specification v1.15 Changelog
Client-Server API
New Endpoints
GET /_matrix/client/v1/room_summary/{roomIdOrAlias}, as per MSC3266. (#2125)/versionserkennen ob diese API verfügbar ist.GET /_matrix/client/v1/auth_metadata, as per MSC2965. (#2147)Backwards Compatible Changes
m.topiccontent block to enable rich text inm.room.topicevents as per MSC3765. (#2095)topicFeld existiert weiterhin und ist weiterhin required. Implementierungen SOLLEN etwaigetext/plainTopics im neuen Format nachtopicduplizieren. Dies scheint ausreichend.sender_device_keysist optional, d.h. es kann keine Inkompatibilitäten geben./_matrix/client/v1/room_summary/{roomIdOrAlias}and extend/_matrix/client/v1/rooms/{roomId}/hierarchywith the new optional propertiesallowed_room_ids,encryptionandroom_versionas per MSC3266. (#2125, #2158)Spec Clarifications
topickey of am.room.topicevent is absent, null, or empty. (#2068)GET /syncendpoint and them.room.memberexample used in several places. (#2077)/publicRoomsdon't necessarily havepublicjoin rules orworld_readablehistory visibility. (#2104)ExportedSessionData. (#2154)Server-Server API
Backwards Compatible Changes
m.topiccontent block to enable rich text inm.room.topicevents as per MSC3765. (#2095)/_matrix/federation/v1/hierarchy/{roomId}with the new optional propertiesencryptionandroom_versionas per MSC3266. (#2125)Spec Clarifications
content.join_authorised_via_users_serveris only necessary form.room.memberwith amembershipofjoin. (#2100)/publicRoomsdon't necessarily havepublicjoin rules orworld_readablehistory visibility. (#2104)Application Service API
Spec Clarifications
url: nullbehaviour. (#2130)Identity Service API
Spec Clarifications
Push Gateway API
No significant changes.
Room Versions
No significant changes.
Appendices
No significant changes.
Internal Changes/Tooling
Spec Clarifications