Add spec for MSC2659: application service ping endpoint (#1516)

This commit is contained in:
Tulir Asokan 2023-05-23 20:36:37 +03:00 committed by GitHub
parent f564c07e60
commit 9dd9639dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 272 additions and 0 deletions

View file

@ -0,0 +1 @@
Add homeserver->appservice ping mechanism, as per [MSC2659](https://github.com/matrix-org/matrix-spec-proposals/pull/2659). Contributed by @tulir at @beeper.

View file

@ -0,0 +1 @@
Add `POST /_matrix/app/v1/ping` and `POST /_matrix/client/v1/appservice/{appserviceId}/ping` endpoints as per [MSC2659](https://github.com/matrix-org/matrix-spec-proposals/pull/2659).