mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-22 19:24:10 +01:00
implementing changes from previous pull request
1. Added a changelog entry 2. Modify URL fragment 3. restore accidental change in changelog entries
This commit is contained in:
parent
f10840caf0
commit
478af3ae22
|
|
@ -0,0 +1 @@
|
||||||
|
Rename Client Config to Account Data for issue #2030
|
||||||
|
|
@ -557,7 +557,7 @@ Since the draft stage, the following major changes have been made:
|
||||||
- Invites based on third-party identifiers
|
- Invites based on third-party identifiers
|
||||||
- Room tagging
|
- Room tagging
|
||||||
- Guest access
|
- Guest access
|
||||||
- Account Data
|
- Client config
|
||||||
- The following APIs were added:
|
- The following APIs were added:
|
||||||
- ``/sync``
|
- ``/sync``
|
||||||
- ``/publicRooms``
|
- ``/publicRooms``
|
||||||
|
|
|
||||||
|
|
@ -2927,7 +2927,7 @@ that profile.
|
||||||
| [Typing Notifications](#typing-notifications) | Required | Required | Required | Required | Optional |
|
| [Typing Notifications](#typing-notifications) | Required | Required | Required | Required | Optional |
|
||||||
| [User and Room Mentions](#user-and-room-mentions) | Required | Required | Required | Optional | Optional |
|
| [User and Room Mentions](#user-and-room-mentions) | Required | Required | Required | Optional | Optional |
|
||||||
| [Voice over IP](#voice-over-ip) | Required | Required | Required | Optional | Optional |
|
| [Voice over IP](#voice-over-ip) | Required | Required | Required | Optional | Optional |
|
||||||
| [Account Data](#client-config) | Optional | Optional | Optional | Optional | Optional |
|
| [Account Data](#account-data) | Optional | Optional | Optional | Optional | Optional |
|
||||||
| [Device Management](#device-management) | Optional | Optional | Optional | Optional | Optional |
|
| [Device Management](#device-management) | Optional | Optional | Optional | Optional | Optional |
|
||||||
| [End-to-End Encryption](#end-to-end-encryption) | Optional | Optional | Optional | Optional | Optional |
|
| [End-to-End Encryption](#end-to-end-encryption) | Optional | Optional | Optional | Optional | Optional |
|
||||||
| [Event Annotations and reactions](#event-annotations-and-reactions) | Optional | Optional | Optional | Optional | Optional |
|
| [Event Annotations and reactions](#event-annotations-and-reactions) | Optional | Optional | Optional | Optional | Optional |
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
openapi: 3.1.0
|
openapi: 3.1.0
|
||||||
info:
|
info:
|
||||||
title: Matrix Client-Server Account Data API
|
title: Matrix Client-Server Key Management API
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
paths:
|
paths:
|
||||||
/keys/upload:
|
/keys/upload:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue