Update 1819-remove-presence-lists.md
Add references to exactly what this proposal would remove
This commit is contained in:
parent
5151aa0aa7
commit
4f13f5289e
1 changed files with 12 additions and 0 deletions
|
@ -16,6 +16,18 @@ Additionally, no major client has implemented the behaviour to date and the only
|
|||
|
||||
With this in mind the most pragmatic solution is to remove presence lists ahead of the r0 release.
|
||||
|
||||
Specifically:-
|
||||
|
||||
CS API: Remove
|
||||
* [POST /_matrix/client/r0/presence/list/{userId}](https://matrix.org/docs/spec/client_server/r0.4.0.html#post-matrix-client-r0-presence-list-userid)
|
||||
* [GET /_matrix/client/r0/presence/list/{userId}](https://matrix.org/docs/spec/client_server/r0.4.0.html#get-matrix-client-r0-presence-list-userid)
|
||||
|
||||
SS API: Remove
|
||||
* [m.presence_invite](https://matrix.org/docs/spec/server_server/unstable.html#m-presence-invite-schema)
|
||||
* [m.presence_accept](https://matrix.org/docs/spec/server_server/unstable.html#m-presence-accept-schema)
|
||||
* [m.presence_deny](https://matrix.org/docs/spec/server_server/unstable.html#m-presence-deny-schema)
|
||||
|
||||
|
||||
## Tradeoffs
|
||||
|
||||
Ideally this proposal would also come with an alternative design for this functionality. Out of pragmatism the proposal only covers removal of what is there today.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue