Merge 0.10->trunk
[prosody.git] / plugins / muc / password.lib.lua
index d169790ac46fdf6be51c48319416e07fb517c79e..48486d730b57f0398a9cf1e0860e393289295d22 100644 (file)
@@ -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