plugins/mod_s2s/mod_s2s.lua
changeset 6337 925aceee8280
parent 6319 92d009af6eba
child 6367 769a3577dd85
--- a/plugins/mod_s2s/mod_s2s.lua	Thu Jul 31 07:11:54 2014 +0100
+++ b/plugins/mod_s2s/mod_s2s.lua	Fri Jul 25 21:12:21 2014 +0200
@@ -15,7 +15,6 @@
 local tostring, type = tostring, type;
 local t_insert = table.insert;
 local xpcall, traceback = xpcall, debug.traceback;
-local NULL = {};
 
 local add_task = require "util.timer".add_task;
 local st = require "util.stanza";
@@ -26,7 +25,6 @@
 local s2s_new_outgoing = require "core.s2smanager".new_outgoing;
 local s2s_destroy_session = require "core.s2smanager".destroy_session;
 local uuid_gen = require "util.uuid".generate;
-local cert_verify_identity = require "util.x509".verify_identity;
 local fire_global_event = prosody.events.fire_event;
 
 local s2sout = module:require("s2sout");