diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-07 16:12:02 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-07 16:12:02 +0100 |
commit | 3188e94ac48430c417a7e07c045835a14c3c540d (patch) | |
tree | 0db4097609ce6c40e01cce610b08fbbd034a3a50 /CHANGES.rst | |
parent | Change log: Link to application services spec. (diff) | |
download | synapse-3188e94ac48430c417a7e07c045835a14c3c540d.tar.xz |
Explain the change in AS /register api
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 9ca52a57de..cc47dca6ed 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -36,7 +36,10 @@ Application services: * Reliably retry sending of events from Synapse to application services, as per `Application Services`_ spec. -* Implement API change in how application services register with home servers. +* Application services can no longer register via the ``/register`` API, + instead their configuration should be saved to a file and listed in the + synapse ``app_service_config_files`` config option. The AS configuration file + has the same format as the old ``/register`` request. .. _`docs/postgres.rst`: docs/postgres.rst .. _`Retrieving Server Keys`: https://github.com/matrix-org/matrix-doc/blob/6f2698/specification/30_server_server_api.rst#retrieving-server-keys |