plugins/mod_welcome.lua
changeset 12981 74b9e05af71e
parent 8164 31938a0c398f
--- a/plugins/mod_welcome.lua	Fri Mar 17 18:03:07 2023 +0100
+++ b/plugins/mod_welcome.lua	Fri Mar 24 13:15:28 2023 +0100
@@ -9,7 +9,7 @@
 local host = module:get_host();
 local welcome_text = module:get_option_string("welcome_message", "Hello $username, welcome to the $host IM server!");
 
-local st = require "util.stanza";
+local st = require "prosody.util.stanza";
 
 module:hook("user-registered",
 	function (user)