mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Was a bit hasty to remove send_s2s() from stanza_router. We still use it, and there is no problem with it.
This commit is contained in:
parent
81ed508227
commit
a961f27b69
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ require "core.servermanager"
|
|||
local log = require "util.logger".init("stanzarouter")
|
||||
|
||||
local st = require "util.stanza";
|
||||
|
||||
local send_s2s = require "core.s2smanager".send_to_host;
|
||||
local user_exists = require "core.usermanager".user_exists;
|
||||
|
||||
local rostermanager = require "core.rostermanager";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue