mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
core: Prefix module imports with prosody namespace
This commit is contained in:
parent
9c63ae60fd
commit
d47a7bb3bd
15 changed files with 102 additions and 102 deletions
|
@ -11,8 +11,8 @@
|
|||
local hosts = prosody.hosts;
|
||||
local pairs, setmetatable = pairs, setmetatable;
|
||||
|
||||
local logger_init = require "util.logger".init;
|
||||
local sessionlib = require "util.session";
|
||||
local logger_init = require "prosody.util.logger".init;
|
||||
local sessionlib = require "prosody.util.session";
|
||||
|
||||
local log = logger_init("s2smanager");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue