mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
This commit is contained in:
parent
d4e9884d66
commit
9114e88ee0
9 changed files with 10 additions and 5 deletions
|
@ -14,6 +14,7 @@ local t_concat, t_insert = table.concat, table.insert;
|
|||
local s_find = string.find;
|
||||
local tonumber = tonumber;
|
||||
|
||||
local core_post_stanza = prosody.core_post_stanza;
|
||||
local st = require "util.stanza";
|
||||
local jid_split = require "util.jid".split;
|
||||
local jid_bare = require "util.jid".bare;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue