Document additional fields in "join" events.

This commit is contained in:
Joachim Bauch 2024-12-12 11:07:10 +01:00
commit fda934de34
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -647,12 +647,19 @@ Room event session object:
"userid": "the-user-id-for-known-users",
"user": {
...additional data of the user as received from the auth backend...
}
},
"roomsessionid": "the-nextcloud-talk-session-id",
"features": [
...optional list of feature ids from the clients "hello" request...
]
}
If a session is federated, an additional entry `"federated": true` will be
available.
The feature ids are present in the `join` events if the server supports the
`join-features` feature.
Message format (Server -> Client, user(s) left):