From 919d8be2cbe6faaa82a3270072d8fdff36dacb8d Mon Sep 17 00:00:00 2001 From: gabixdev Date: Fri, 1 Mar 2019 15:48:29 +0000 Subject: [PATCH] Update lvsp.md --- docs/lvsp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lvsp.md b/docs/lvsp.md index 3e94116..744af0e 100644 --- a/docs/lvsp.md +++ b/docs/lvsp.md @@ -66,7 +66,7 @@ Sent by the server when a connection is established. | field | type | description | | --: | :-- | :-- | | heartbeat\_interval | integer | amount of milliseconds to heartbeat with | -| nonce | string | random 10-character string used as a message in HMAC authentication | +| nonce | string | random 10-character string used in authentication | ## IDENTIFY message @@ -74,7 +74,7 @@ Sent by the client to identify itself. | field | type | description | | --: | :-- | :-- | -| token | string | `HMAC(SHA256, key=[secret shared between server and client]), data=[nonce from HELLO]` | +| token | string | `HMAC(SHA256, key=[secret shared between server and client]), message=[nonce from HELLO]` | ## RESUME message