mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Removed an unnecessary line
This commit is contained in:
parent
a3e21e6d57
commit
97f1c951bc
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ local log = require "util.logger".init("stanzarouter")
|
|||
local st = require "util.stanza";
|
||||
local send = require "core.sessionmanager".send_to_session;
|
||||
|
||||
require "util.jid"
|
||||
local jid_split = jid.split;
|
||||
local jid_split = require "util.jid".split;
|
||||
|
||||
function core_process_stanza(origin, stanza)
|
||||
log("debug", "Received: "..tostring(stanza))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue