Diff

plugins/muc/password.lib.lua @ 6329:6b3eb1611587

mod_muc: Import util.stanza into the config handler modules that need it. Fixes #432.
author Matthew Wild <mwild1@gmail.com>
date Tue, 05 Aug 2014 09:55:08 +0100
parent 6208:d724289a5226
child 6991:84e01dbb739e
line wrap: on
line diff
--- a/plugins/muc/password.lib.lua	Tue Aug 05 09:16:29 2014 +0100
+++ b/plugins/muc/password.lib.lua	Tue Aug 05 09:55:08 2014 +0100
@@ -7,6 +7,8 @@
 -- COPYING file in the source package for more information.
 --
 
+local st = require "util.stanza";
+
 local function get_password(room)
 	return room._data.password;
 end