mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +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
|
@ -3,7 +3,7 @@ local s_match = string.match;
|
|||
local s_sub = string.sub;
|
||||
local t_concat = table.concat;
|
||||
|
||||
local st = require("util.stanza");
|
||||
local st = require("prosody.util.stanza");
|
||||
|
||||
local function render(template, root, escape, filters)
|
||||
escape = escape or st.xml_escape;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue