mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util: Prefix module imports with prosody namespace
This commit is contained in:
parent
869581384d
commit
43531740f9
68 changed files with 246 additions and 246 deletions
|
@ -12,9 +12,9 @@ local type, next = type, next;
|
|||
local tonumber = tonumber;
|
||||
local tostring = tostring;
|
||||
local t_concat = table.concat;
|
||||
local st = require "util.stanza";
|
||||
local jid_prep = require "util.jid".prep;
|
||||
local datetime = require "util.datetime";
|
||||
local st = require "prosody.util.stanza";
|
||||
local jid_prep = require "prosody.util.jid".prep;
|
||||
local datetime = require "prosody.util.datetime";
|
||||
|
||||
local _ENV = nil;
|
||||
-- luacheck: std none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue