You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/api/server-server
Travis Ralston 9fdd8a6f96 Document how leaving rooms/rejecting invites over federation works
Fixes https://github.com/matrix-org/matrix-doc/issues/1401

This is very similar to the joining rooms handshake, and much of it is a near copy/paste of the make_join and send_join API. The major difference is the send_leave API doesn't return anything.

References:
* Handling of make_leave: d69decd5c7/synapse/handlers/federation.py (L1285-L1310)
* send_leave route: d69decd5c7/synapse/federation/transport/client.py (L267)
* make_leave route: d69decd5c7/synapse/federation/transport/server.py (L396)
* send_leave returning nothing: d69decd5c7/synapse/handlers/federation.py (L1346)
6 years ago
..
definitions Merge pull request #1413 from turt2live/travis/s2s/join-swagger 6 years ago
examples Fill out the required fields in all the examples 6 years ago
directory.yaml Convert the general query API to swagger 6 years ago
events.yaml Completely remove /pull 6 years ago
invites.yaml Full stops 6 years ago
joins.yaml Full stop 6 years ago
keys_query.yaml Full stops, spelling, and operation IDs. 6 years ago
keys_server.yaml Full stops, spelling, and operation IDs. 6 years ago
leaving.yaml Document how leaving rooms/rejecting invites over federation works 6 years ago
query_general.yaml Convert the general query API to swagger 6 years ago
third_party_invite.yaml Fix documentation link 6 years ago
transactions.yaml Improve upon the transaction schema and examples 6 years ago
version.yaml Document federation version endpoint 7 years ago