Software /
code /
prosody
Diff
plugins/mod_turn_external.lua @ 12977:74b9e05af71e
plugins: Prefix module imports with prosody namespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 24 Mar 2023 13:15:28 +0100 |
parent | 12437:9f5d0b77e3df |
child | 13209:c8d949cf6b09 |
line wrap: on
line diff
--- a/plugins/mod_turn_external.lua Fri Mar 17 18:03:07 2023 +0100 +++ b/plugins/mod_turn_external.lua Fri Mar 24 13:15:28 2023 +0100 @@ -1,4 +1,4 @@ -local set = require "util.set"; +local set = require "prosody.util.set"; local secret = module:get_option_string("turn_external_secret"); local host = module:get_option_string("turn_external_host", module.host);