diff -r 00891a675634 -r a5ac643a7fd6 plugins/pubsub.lua --- a/plugins/pubsub.lua Mon Nov 28 17:16:04 2011 +0100 +++ b/plugins/pubsub.lua Fri Dec 02 11:02:02 2011 +0600 @@ -1,4 +1,6 @@ +local verse = require "verse"; local jid_bare = require "util.jid".bare; + local t_insert = table.insert; local xmlns_pubsub = "http://jabber.org/protocol/pubsub"; @@ -227,4 +229,3 @@ function pubsub_node:delete(callback) error("Not implemented yet."); end -