mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +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
|
@ -18,6 +18,8 @@ local jid_split = require "util.jid".split;
|
|||
local new_xmpp_stream = require "util.xmppstream".new;
|
||||
local uuid_gen = require "util.uuid".generate;
|
||||
|
||||
local core_process_stanza = prosody.core_process_stanza;
|
||||
|
||||
|
||||
local log = module._log;
|
||||
|
||||
|
@ -169,8 +171,6 @@ function stream_callbacks.streamclosed(session)
|
|||
session:close();
|
||||
end
|
||||
|
||||
local core_process_stanza = core_process_stanza;
|
||||
|
||||
function stream_callbacks.handlestanza(session, stanza)
|
||||
-- Namespaces are icky.
|
||||
if not stanza.attr.xmlns and stanza.name == "handshake" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue