mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_proxy65: Make some globals local.
This commit is contained in:
parent
e2416dd1e1
commit
64312580ca
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ module:load("proxy65", <proxy65_jid>);
|
|||
]]--
|
||||
|
||||
|
||||
local module = module;
|
||||
local tostring = tostring;
|
||||
local jid_split, jid_join, jid_compare = require "util.jid".split, require "util.jid".join, require "util.jid".compare;
|
||||
local st = require "util.stanza";
|
||||
local connlisteners = require "net.connlisteners";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue