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:
Kim Alvefur 2012-07-26 04:33:17 +02:00
parent d4e9884d66
commit 9114e88ee0
9 changed files with 10 additions and 5 deletions

View file

@ -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