mirror of https://gitlab.com/litecord/litecord.git
Merge branch 'voice' of gitlab.com:litecord/litecord into voice
This commit is contained in:
commit
6d0f4e775c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue