Software /
code /
verse
Diff
plugins/pubsub.lua @ 250:a5ac643a7fd6
added local verse var to all plugins
author | mva <mva@mva.name> |
---|---|
date | Fri, 02 Dec 2011 11:02:02 +0600 |
parent | 248:c4b55b0dc6ba |
child | 263:598e9f93de78 |
line wrap: on
line diff
--- 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 -