mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
No need to comment out s2s in this branch
This commit is contained in:
parent
ce86d8badc
commit
162e3fb849
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ local log = require "util.logger".init("stanzarouter")
|
|||
|
||||
local st = require "util.stanza";
|
||||
local send = require "core.sessionmanager".send_to_session;
|
||||
-- local send_s2s = require "core.s2smanager".send_to_host;
|
||||
local send_s2s = require "core.s2smanager".send_to_host;
|
||||
local user_exists = require "core.usermanager".user_exists;
|
||||
|
||||
local jid_split = require "util.jid".split;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue