Changes
Page history
Edited online
authored
Apr 13, 2015
by
ciberkids
Show whitespace changes
Inline
Side-by-side
WebServer Comunication Protocol.md
View page @
40b6f655
...
@@ -392,6 +392,18 @@ Answers meaning:
...
@@ -392,6 +392,18 @@ Answers meaning:
*
**youAreAlreadyPriviledged**
: You are escalating on yourself, nothing will be done.
*
**youAreAlreadyPriviledged**
: You are escalating on yourself, nothing will be done.
Every time something happen server side a notification will be sent on the topic: "com.tridas.priviledged.change" with the following content:
#!json
{
currentEscalatingName: "",
currentPriviledgedName: "Matteo Favaro",
currentPriviledgedUserName: "matteo",
priviledgeWillExpireInSeconds: 900
}
```
-
-
...
...
...
...