|
|
@ -85,6 +85,7 @@ Special purpose documents for channling |
|
|
|
{ |
|
|
|
{ |
|
|
|
"Type": "Self", |
|
|
|
"Type": "Self", |
|
|
|
"Id": "4", |
|
|
|
"Id": "4", |
|
|
|
|
|
|
|
"Sid": "5157", |
|
|
|
"Userid": "", |
|
|
|
"Userid": "", |
|
|
|
"Token": "some-very-long-string", |
|
|
|
"Token": "some-very-long-string", |
|
|
|
"Version": "server-version-number", |
|
|
|
"Version": "server-version-number", |
|
|
@ -108,7 +109,8 @@ Special purpose documents for channling |
|
|
|
Keys: |
|
|
|
Keys: |
|
|
|
|
|
|
|
|
|
|
|
Type : Self (string) |
|
|
|
Type : Self (string) |
|
|
|
Id : Channel id for this connection (string). |
|
|
|
Id : Public Session id for this connection (string). |
|
|
|
|
|
|
|
Sid : Secure (non public) id for this session (string). |
|
|
|
Userid : User id if this session belongs to an authenticated user. Else empty. |
|
|
|
Userid : User id if this session belongs to an authenticated user. Else empty. |
|
|
|
Token : Security token (string), to restablish connection with the same |
|
|
|
Token : Security token (string), to restablish connection with the same |
|
|
|
session. Pass the value as URL query parameter t, to the websocket URL. |
|
|
|
session. Pass the value as URL query parameter t, to the websocket URL. |
|
|
|