mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Update server-server-api.md
1. Typing notifications (which contain a single room_id) 2. Read receipts (which can contain multiple room_ids) 3. Presence updates (which do not contain room_ids)
This commit is contained in:
parent
215982abc2
commit
6c3ecb6a8f
|
|
@ -698,9 +698,10 @@ information it needs.
|
||||||
|
|
||||||
## EDUs
|
## EDUs
|
||||||
|
|
||||||
EDUs, by comparison to PDUs, do not have an ID, a room ID, or a list of
|
Some EDUs may lack a room_id, while others, such as typing notifications,
|
||||||
"previous" IDs. They are intended to be non-persistent data such as user
|
include a single room_id, and some, like read receipt EDUs, can have
|
||||||
presence, typing notifications, etc.
|
multiple room_ids.. They are intended to be non-persistent data such as
|
||||||
|
user presence, typing notifications, etc.
|
||||||
|
|
||||||
{{% definition path="api/server-server/definitions/edu_with_example" %}}
|
{{% definition path="api/server-server/definitions/edu_with_example" %}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue