From 07c4d6cd218cf9f44e06f1f5e55ce851207436e9 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 25 Mar 2015 16:15:17 +0000 Subject: [PATCH] Add append flag to pushers to support multiple accounts. --- specification/43_push_cs_api.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/43_push_cs_api.rst b/specification/43_push_cs_api.rst index 981147d3..c8216ebb 100644 --- a/specification/43_push_cs_api.rst +++ b/specification/43_push_cs_api.rst @@ -40,6 +40,11 @@ data A dictionary of information for the pusher implementation itself. For HTTP pushers, this must contain a 'url' key which is a string of the URL that should be used to send notifications. +append + If this is set to boolean true, the Home Server should add another pusher + with the given pushkey and App ID in addition to any others with different + user IDs. Otherwise, the Home Server must remove any other pushers with the + same App ID and pushkey for different users. The default is false. If the pusher was created successfully, a JSON dictionary is returned (which may be empty).