Software /
code /
prosody
Changeset
12685:4d75663d1552
mod_external_services: Update tools.ietf.org URL
See bd9e006a7a74
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 27 Aug 2022 17:19:13 +0200 |
parents | 12684:a8b59b1be359 |
children | 12686:5f182bccf33f |
files | plugins/mod_external_services.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_external_services.lua Sat Aug 27 17:16:18 2022 +0200 +++ b/plugins/mod_external_services.lua Sat Aug 27 17:19:13 2022 +0200 @@ -16,7 +16,7 @@ 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