aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_turn_external.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mod_turn_external.lua')
-rw-r--r--plugins/mod_turn_external.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_turn_external.lua b/plugins/mod_turn_external.lua
index ee50740c..2009002a 100644
--- a/plugins/mod_turn_external.lua
+++ b/plugins/mod_turn_external.lua
@@ -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);