Updated Whisper Push Notifications (markdown)

Victor Farazdagi 2017-04-11 15:24:23 +03:00
parent 32aa3a6433
commit 27abccee13
1 changed files with 5 additions and 1 deletions

@ -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