From b2053d9c8bc31bb213d88c1c442ed521645eb426 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 7 May 2015 19:10:04 +0100 Subject: [PATCH] Remove AS config format --- specification/25_application_service_api.rst | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/specification/25_application_service_api.rst b/specification/25_application_service_api.rst index a9223a9db..fef476d63 100644 --- a/specification/25_application_service_api.rst +++ b/specification/25_application_service_api.rst @@ -28,21 +28,6 @@ to receive. The method for registering new services is dependent on the home server, typically it will require adding the new application service configuration to the home server configuration. -The format for application service configuration is a json/yaml document that -looks like:: - - url: - as_token: - hs_token: - sender_localpart: - namespaces: - users: - - exclusive: - regex: - - ... - aliases: [] - rooms: [] - Home Server -> Application Service API ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~