Software /
code /
prosody
Diff
plugins/muc/lock.lib.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 | 10450:c1edeb9fe337 |
child | 13209:c8d949cf6b09 |
line wrap: on
line diff
--- a/plugins/muc/lock.lib.lua Fri Mar 17 18:03:07 2023 +0100 +++ b/plugins/muc/lock.lib.lua Fri Mar 24 13:15:28 2023 +0100 @@ -7,7 +7,7 @@ -- COPYING file in the source package for more information. -- -local st = require "util.stanza"; +local st = require "prosody.util.stanza"; local lock_rooms = module:get_option_boolean("muc_room_locking", true); local lock_room_timeout = module:get_option_number("muc_room_lock_timeout", 300);