|
@@ -1,5 +1,5 @@
|
|
|
.\" Text automatically generated by txt2man
|
|
|
-.TH TURN 1 "06 February 2015" "" ""
|
|
|
+.TH TURN 1 "18 February 2015" "" ""
|
|
|
.SH GENERAL INFORMATION
|
|
|
|
|
|
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client
|
|
@@ -256,7 +256,7 @@ the TURN REST API section below.
|
|
|
This option uses timestamp as part of combined username:
|
|
|
usercombo \-> "timestamp:username",
|
|
|
turn user \-> usercombo,
|
|
|
-turn password \-> \fBbase64\fP(hmac(secret key, usercombo)).
|
|
|
+turn password \-> \fBbase64\fP(hmac(input_buffer = usercombo, key = shared\-secret)).
|
|
|
This allows TURN credentials to be accounted for a specific user id.
|
|
|
If you don't have a suitable id, the timestamp alone can be used.
|
|
|
This option is just turns on secret\-based authentication.
|