From ee7b432ab1d450a42fae24b37c79b7fbda7f4e6b Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 22 Oct 2008 17:36:21 +0100 Subject: Abstract connections with "connection listeners" - Added connlistener for xmppclient - SASL/TLS now use a new session:reset_stream() method - main.lua on its way to being a bit neater --- net/connhandlers.lua | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 net/connhandlers.lua (limited to 'net/connhandlers.lua') diff --git a/net/connhandlers.lua b/net/connhandlers.lua deleted file mode 100644 index 493f1946..00000000 --- a/net/connhandlers.lua +++ /dev/null @@ -1,16 +0,0 @@ - -local lxp = require "lxp" -local init_xmlhandlers = require "core.xmlhandlers" - -module "connhandlers" - - -function new(name, session) - if name == "xmpp-client" then - local parser = lxp.new(init_xmlhandlers(session), ":"); - local parse = parser.parse; - return { data = function (self, data) return parse(parser, data); end, parser = parser } - end -end - -return _M; \ No newline at end of file -- cgit v1.2.3