mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_external_services: Update tools.ietf.org URL
See bd9e006a7a74
This commit is contained in:
parent
597e92e569
commit
2b397d1452
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ local configured_services = module:get_option_array("external_services", {});
|
|||
|
||||
local access = module:get_option_set("external_service_access", {});
|
||||
|
||||
-- https://tools.ietf.org/html/draft-uberti-behave-turn-rest-00
|
||||
-- https://datatracker.ietf.org/doc/html/draft-uberti-behave-turn-rest-00
|
||||
local function behave_turn_rest_credentials(srv, item, secret)
|
||||
local ttl = default_ttl;
|
||||
if type(item.ttl) == "number" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue