From 0c6bd900a3e4ea07f29c0ee848c900b20b9a9f0f Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 23 Mar 2015 15:51:29 +0000 Subject: [PATCH] fix sections a bit --- specification/25_application_service_api.rst | 12 ++++++++++++ specification/30_server_server_api.rst | 14 -------------- specification/31_event_signing.rst | 2 +- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/specification/25_application_service_api.rst b/specification/25_application_service_api.rst index fdaf5e7c..4eb0cf8b 100644 --- a/specification/25_application_service_api.rst +++ b/specification/25_application_service_api.rst @@ -468,3 +468,15 @@ Active Application Services API that provides hooks into the server so that you can intercept and manipulate events, and/or insert virtual users & rooms into the server. +Policy Servers +============== +.. NOTE:: + This section is a work in progress. + +.. TODO-spec + We should mention them in the Architecture section at least: how they fit + into the picture. + +Enforcing policies +------------------ + diff --git a/specification/30_server_server_api.rst b/specification/30_server_server_api.rst index d88225d5..6362ef93 100644 --- a/specification/30_server_server_api.rst +++ b/specification/30_server_server_api.rst @@ -576,17 +576,3 @@ If the query contains the optional ``field`` key, it should give the name of a result field. If such is present, then the result should contain only a field of that name, with no others present. If not, the result should contain as much of the user's profile as the home server has available and can make public. - - -Policy Servers -============== -.. NOTE:: - This section is a work in progress. - -.. TODO-spec - We should mention them in the Architecture section at least: how they fit - into the picture. - -Enforcing policies ------------------- - diff --git a/specification/31_event_signing.rst b/specification/31_event_signing.rst index 61493dbd..81914a9e 100644 --- a/specification/31_event_signing.rst +++ b/specification/31_event_signing.rst @@ -1,5 +1,5 @@ Signing Events --------------- +============== Canonical JSON ~~~~~~~~~~~~~~