plugins/mod_privacy.lua

changeset 2502
ec3eaf54bbd4
parent 2500
bffdaeb7ab5e
child 2516
68a889016a46
--- a/plugins/mod_privacy.lua	Tue Jan 26 02:10:25 2010 +0500
+++ b/plugins/mod_privacy.lua	Tue Jan 26 02:11:50 2010 +0500
@@ -88,8 +88,6 @@
 	elseif type(listnameOrItem) == "table" then
 		module:log("debug", "got an item, check wether to send unavailable presence stanza or not");
 		local item = listnameOrItem;
-		local serialize = require "util.serialization".serialize;
-
 
 		if item["presence-out"] == true then
 			if item.type == "jid" then

mercurial