mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_s2s: Remove unused variable
This commit is contained in:
parent
b8efb428ea
commit
4ceaa9d2f2
1 changed files with 0 additions and 1 deletions
|
@ -423,7 +423,6 @@ local listener = {};
|
||||||
|
|
||||||
--- Session methods
|
--- Session methods
|
||||||
local stream_xmlns_attr = {xmlns='urn:ietf:params:xml:ns:xmpp-streams'};
|
local stream_xmlns_attr = {xmlns='urn:ietf:params:xml:ns:xmpp-streams'};
|
||||||
local default_stream_attr = { ["xmlns:stream"] = "http://etherx.jabber.org/streams", xmlns = stream_callbacks.default_ns, version = "1.0", id = "" };
|
|
||||||
local function session_close(session, reason, remote_reason)
|
local function session_close(session, reason, remote_reason)
|
||||||
local log = session.log or log;
|
local log = session.log or log;
|
||||||
if session.conn then
|
if session.conn then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue