24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-06 21:37:17 +02:00

Add forgotten TURN options to validator

Fixes #2621
This commit is contained in:
Evgeny Khramtsov 2018-09-29 23:05:41 +03:00
parent 984a00195a
commit 73af98a8dc

View File

@ -168,6 +168,8 @@ listen_opt_type(server_name) ->
listen_options() -> listen_options() ->
[{shaper, none}, [{shaper, none},
{use_turn, false},
{turn_ip, undefined},
{auth_type, user}, {auth_type, user},
{auth_realm, undefined}, {auth_realm, undefined},
{tls, false}, {tls, false},