mirror of https://gitlab.com/litecord/litecord.git
Update lvsp.md
This commit is contained in:
parent
e2258ed728
commit
919d8be2cb
|
|
@ -66,7 +66,7 @@ Sent by the server when a connection is established.
|
||||||
| field | type | description |
|
| field | type | description |
|
||||||
| --: | :-- | :-- |
|
| --: | :-- | :-- |
|
||||||
| heartbeat\_interval | integer | amount of milliseconds to heartbeat with |
|
| 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
|
## IDENTIFY message
|
||||||
|
|
||||||
|
|
@ -74,7 +74,7 @@ Sent by the client to identify itself.
|
||||||
|
|
||||||
| field | type | description |
|
| 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
|
## RESUME message
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue