mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
hostmanager: Import core_post_stanza from the global prosody table
This commit is contained in:
parent
740e6e69a2
commit
ff9ab821f7
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ if not _G.prosody.incoming_s2s then
|
|||
require "core.s2smanager";
|
||||
end
|
||||
local incoming_s2s = _G.prosody.incoming_s2s;
|
||||
local core_route_stanza = _G.prosody.core_route_stanza;
|
||||
|
||||
local pairs, select = pairs, select;
|
||||
local tostring, type = tostring, type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue