Merge branch 'voice' of gitlab.com:litecord/litecord into voice

This commit is contained in:
Luna 2019-03-01 17:31:33 -03:00
commit 6d0f4e775c
1 changed files with 2 additions and 1 deletions

View File

@ -66,6 +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 in authentication |
## IDENTIFY message
@ -73,7 +74,7 @@ Sent by the client to identify itself.
| field | type | description |
| --: | :-- | :-- |
| token | string | secret value kept between client and server |
| token | string | `HMAC(SHA256, key=[secret shared between server and client]), message=[nonce from HELLO]` |
## RESUME message