From 9bc07ea0937d8d2c7d97297b6f07892d8246c1f2 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Wed, 13 Jan 2016 16:02:11 +0000 Subject: [PATCH] Add ID to application services --- specification/application_service_api.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specification/application_service_api.rst b/specification/application_service_api.rst index 1f442748..cf45be08 100644 --- a/specification/application_service_api.rst +++ b/specification/application_service_api.rst @@ -71,6 +71,7 @@ traffic to the AS is: .. code-block:: yaml + id: url: as_token: hs_token: @@ -85,8 +86,8 @@ traffic to the AS is: .. WARNING:: If the homeserver in question has multiple application services, each - ``as_token`` MUST be unique per application service as this token is used to - identify the application service. The homeserver MUST enforce this. + ``as_token`` and ``id`` MUST be unique per application service as these are + used to identify the application service. The homeserver MUST enforce this. Homeserver -> Application Service API