diff options
author | Kim Alvefur <zash@zash.se> | 2022-08-27 17:19:13 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-08-27 17:19:13 +0200 |
commit | 2b397d14525079172b2c5aaf2b184a7fa66f6d61 (patch) | |
tree | cbd7ebc7bb6c4584d6afaba671410776b3d36b8a /plugins | |
parent | 597e92e569cf17881b663c59a207845e363980dc (diff) | |
download | prosody-2b397d14525079172b2c5aaf2b184a7fa66f6d61.tar.gz prosody-2b397d14525079172b2c5aaf2b184a7fa66f6d61.zip |
mod_external_services: Update tools.ietf.org URL
See bd9e006a7a74
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_external_services.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_external_services.lua b/plugins/mod_external_services.lua index ae418fd8..6a76b922 100644 --- a/plugins/mod_external_services.lua +++ b/plugins/mod_external_services.lua @@ -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 |