mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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 st = require "util.stanza";
|
||||||
local send = require "core.sessionmanager".send_to_session;
|
local send = require "core.sessionmanager".send_to_session;
|
||||||
|
|
||||||
require "util.jid"
|
local jid_split = require "util.jid".split;
|
||||||
local jid_split = jid.split;
|
|
||||||
|
|
||||||
function core_process_stanza(origin, stanza)
|
function core_process_stanza(origin, stanza)
|
||||||
log("debug", "Received: "..tostring(stanza))
|
log("debug", "Received: "..tostring(stanza))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue