mod_muc: Import util.stanza into the config handler modules that need it. Fixes ...
[prosody.git] / plugins / muc / lock.lib.lua
index 319a69738f91c99fbf267485d00424004a841ce0..82f0dc3f94c0143aa462944799f1d71d28ec97c6 100644 (file)
@@ -7,6 +7,8 @@
 -- COPYING file in the source package for more information.
 --
 
+local st = require "util.stanza";
+
 local lock_rooms = module:get_option_boolean("muc_room_locking", false);
 local lock_room_timeout = module:get_option_number("muc_room_lock_timeout", 300);