docs: fix version + plugin name

This commit is contained in:
Stéphane L 2018-12-30 14:32:38 +01:00
parent 95f52987ef
commit 2f0476b43c

View File

@ -1,12 +1,11 @@
# obs-websocket 4.3.2 protocol reference
# obs-websocket 4.5.0 protocol reference
# General Introduction
Messages are exchanged between the client and the server as JSON objects.
This protocol is based on the original OBS Remote protocol created by Bill Hamilton, with new commands specific to OBS Studio.
# Authentication
OBSWebSocket uses SHA256 to transmit credentials.
`obs-websocket` uses SHA256 to transmit credentials.
A request for [`GetAuthRequired`](#getauthrequired) returns two elements:
- A `challenge`: a random string that will be used to generate the auth response.