mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
mod_external_services: Also use TURN REST credential algo for 'turns' (thanks moreroid)
This commit is contained in:
parent
c769eae82b
commit
830f3e122c
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ end
|
||||||
|
|
||||||
local algorithms = {
|
local algorithms = {
|
||||||
turn = behave_turn_rest_credentials;
|
turn = behave_turn_rest_credentials;
|
||||||
|
turns = behave_turn_rest_credentials;
|
||||||
}
|
}
|
||||||
|
|
||||||
-- filter config into well-defined service records
|
-- filter config into well-defined service records
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue