From 8920d58cc43a6767c042a635ac6109713ce788ac Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 3 Feb 2015 14:35:01 +0000 Subject: [PATCH] Strongly recommend standard URI scheme for notification pokes. --- drafts/push_pgwapi.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drafts/push_pgwapi.rst b/drafts/push_pgwapi.rst index bf0a4c37..8dd054f6 100644 --- a/drafts/push_pgwapi.rst +++ b/drafts/push_pgwapi.rst @@ -4,7 +4,11 @@ This describes the format used by "http" pushers to send notifications of events. Notifications are sent as HTTP POST requests to the URL configured when the -pusher is created. The body of the POST request is a JSON dictionary. The format +pusher is created, but Matrix strongly recommends that the path should be:: + + /_matrix/push/v1/notify + +The body of the POST request is a JSON dictionary. The format is as follows:: {