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
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
..
application-service Convert 3pn errors to new definition 6 years ago
client-server Merge remote-tracking branch 'matrix-org/master' into travis/better-errors 6 years ago
files fix for https://github.com/matrix-org/matrix-doc/issues/270 9 years ago
identity Add IS ping endpoint 6 years ago
push-gateway Add operationId to all endpoints of all APIs 7 years ago
server-server Document how leaving rooms/rejecting invites over federation works 6 years ago
README README.rst: Add notes on how to build the spec 7 years ago
check_examples.py Update the check_examples.py script to resolve references 6 years ago
package.json Reinstate validator.js 8 years ago
validator.js Provide doc-comments with makeHandler(); cleanup 7 years ago

README

This directory contains swagger-compatible representations of our APIs. See
the main README.rst for details on how to make use of them.