matrix-doc/data/api/client-server
Richard van der Hoff 36b02edfc2
Distinguish 'client' from 'federation' events (#3658)
Fixes #3305 
Fixes #3380
 
The idea here is to better distinguish between a 'raw' event (as we send over the wire), and the 
'serialised' format, as sent in responses to the C-S api and in `PUT /_matrix/app/v1/transactions/{txnId}`.

It's made more complicated by the fact that there are _two_ serialisation formats, one used by `/sync`
and `/notifications`, and one by everything else (the difference being whether `room_id` is included).

In an ideal world, we wouldn't repeat `SerialisedEvent` every time it's used, and instead just link to the
first reference, but that's a job for another day.

Another job for another day is to get rid of things like `sync_state_event.yaml` (which is now used
only in one place, so should be inlined.)
2022-02-01 15:05:08 +00:00
..
definitions Distinguish 'client' from 'federation' events (#3658) 2022-02-01 15:05:08 +00:00
account-data.yaml Responses schema fixes (#3650) 2022-01-31 10:31:29 +00:00
admin.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
administrative_contact.yaml Responses schema fixes (#3650) 2022-01-31 10:31:29 +00:00
appservice_room_directory.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
banning.yaml Start annotating which version of the spec added a thing (#3425) 2021-10-14 13:23:04 -06:00
capabilities.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
content-repo.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
create_room.yaml Avoid use of the word "clobber" (#3611) 2021-12-30 22:07:45 -07:00
cross_signing.yaml Start annotating which version of the spec added a thing (#3425) 2021-10-14 13:23:04 -06:00
device_management.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
directory.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
event_context.yaml Distinguish 'client' from 'federation' events (#3658) 2022-02-01 15:05:08 +00:00
filter.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
inviting.yaml Start annotating which version of the spec added a thing (#3425) 2021-10-14 13:23:04 -06:00
joining.yaml Room versions 8 and 9: Restricted rooms (#3387) 2022-01-18 09:55:34 -07:00
key_backup.yaml Update several spots where C-S API was still using r0 APIs (#3671) 2022-01-31 17:19:56 +00:00
keys.yaml Clarify how to interpret missing one time key counts (#3636) 2022-01-11 15:30:46 -05:00
kicking.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
knocking.yaml Start annotating which version of the spec added a thing (#3425) 2021-10-14 13:23:04 -06:00
leaving.yaml Start annotating which version of the spec added a thing (#3425) 2021-10-14 13:23:04 -06:00
list_joined_rooms.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
list_public_rooms.yaml Responses schema fixes (#3650) 2022-01-31 10:31:29 +00:00
login.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
logout.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
message_pagination.yaml Distinguish 'client' from 'federation' events (#3658) 2022-02-01 15:05:08 +00:00
notifications.yaml Distinguish 'client' from 'federation' events (#3658) 2022-02-01 15:05:08 +00:00
old_sync.yaml Distinguish 'client' from 'federation' events (#3658) 2022-02-01 15:05:08 +00:00
openid.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
peeking_events.yaml Distinguish 'client' from 'federation' events (#3658) 2022-02-01 15:05:08 +00:00
presence.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
profile.yaml Add HTTP 403 to possible profile responses (#3530) 2021-12-29 11:30:32 -07:00
pusher.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
pushrules.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
read_markers.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
receipts.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
redaction.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
registration.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
registration_tokens.yaml Add registration token UIA type (#3616) 2022-01-04 20:27:58 -07:00
report_content.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
room_initial_sync.yaml Distinguish 'client' from 'federation' events (#3658) 2022-02-01 15:05:08 +00:00
room_send.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
room_state.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
room_upgrades.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
rooms.yaml Distinguish 'client' from 'federation' events (#3658) 2022-02-01 15:05:08 +00:00
search.yaml Distinguish 'client' from 'federation' events (#3658) 2022-02-01 15:05:08 +00:00
space_hierarchy.yaml Remove `aliases` from `/publicRooms` response (#3624) 2022-01-18 08:54:28 -07:00
sso_login_redirect.yaml Start annotating which version of the spec added a thing (#3425) 2021-10-14 13:23:04 -06:00
sync.yaml Describe and hoist stripped state to a first-class citizen (#3606) 2022-01-05 10:57:59 -07:00
tags.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
third_party_lookup.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
third_party_membership.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
to_device.yaml Responses schema fixes (#3650) 2022-01-31 10:31:29 +00:00
typing.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
users.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
versions.yaml Describe new global specification versioning (#3420) 2021-10-12 11:06:51 -06:00
voip.yaml Update client-server API endpoints to move from r0 to v3 (plus whitespace fixes) (#3421) 2021-10-12 11:07:01 -06:00
wellknown.yaml Change RST code formatting markup to Markdown 2021-08-27 19:16:42 +01:00
whoami.yaml Add guest changes to spec: MSC3069 and MSC3419 (#3605) 2022-01-04 20:29:40 -07:00