Document how presence EDUs work between servers
It's worth noting that Synapse does not make use of the `poll` or `unpoll` fields, and therefore the wording has been updated to permit servers to reject users. In the case of synapse, it would automatically reject everyone in the list by nature of ignoring it.
This commit is contained in:
parent
a77975ba68
commit
05a2427c73
6 changed files with 258 additions and 50 deletions
|
@ -49,6 +49,7 @@ SWAGGER_DEFINITIONS = {
|
|||
os.path.join(matrix_doc_dir, "api/identity/definitions"): "is",
|
||||
os.path.join(matrix_doc_dir, "api/push-gateway/definitions"): "push",
|
||||
os.path.join(matrix_doc_dir, "api/server-server/definitions"): "ss",
|
||||
os.path.join(matrix_doc_dir, "api/server-server/definitions/presence"): "ss_presence",
|
||||
}
|
||||
EVENT_EXAMPLES = os.path.join(matrix_doc_dir, "event-schemas/examples")
|
||||
EVENT_SCHEMA = os.path.join(matrix_doc_dir, "event-schemas/schema")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue