plugins/muc/history.lib.lua
changeset 12981 74b9e05af71e
parent 11715 6fbbfa4a1178
child 13217 50324f66ca2a
--- a/plugins/muc/history.lib.lua	Fri Mar 17 18:03:07 2023 +0100
+++ b/plugins/muc/history.lib.lua	Fri Mar 24 13:15:28 2023 +0100
@@ -8,8 +8,8 @@
 --
 
 local gettime = os.time;
-local datetime = require "util.datetime";
-local st = require "util.stanza";
+local datetime = require "prosody.util.datetime";
+local st = require "prosody.util.stanza";
 
 local default_history_length = 20;
 local max_history_length = module:get_option_number("max_history_messages", math.huge);