From 27abccee13b66a4acc3f95cb0b8594f9fbfe5678 Mon Sep 17 00:00:00 2001 From: Victor Farazdagi Date: Tue, 11 Apr 2017 15:24:23 +0300 Subject: [PATCH] Updated Whisper Push Notifications (markdown) --- Whisper-Push-Notifications.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Whisper-Push-Notifications.md b/Whisper-Push-Notifications.md index d36ba3c..599ef91 100644 --- a/Whisper-Push-Notifications.md +++ b/Whisper-Push-Notifications.md @@ -50,7 +50,7 @@ statusd --datadir app1 --http --httpport 8645 --shh statusd --datadir app2 --http --httpport 8745 --shh ``` -# Discovery and obtaining Subscription Key +# Workflow: Discovery, Subscription, Chat Management, Notification Triggering Original workflow for discovery mechanism was introduced in: @@ -134,6 +134,10 @@ var sendAcceptServerRequest = function (identity, serverID) { } }; ``` +To complete discovery protocol, we need to receive ACK message from the Notification Server we selected. Server's ACK message will also include SymKey, which we will use to communicate securely with server down the line: + +```js +``` ### 2. Creating Chat session and registering device