plugins/mod_saslauth.lua

changeset 120
ef964468f174
parent 99
ba08b8a4eeef
child 278
770a78cd38d7
child 281
826308c07627
--- a/plugins/mod_saslauth.lua	Thu Oct 23 03:52:51 2008 +0100
+++ b/plugins/mod_saslauth.lua	Thu Oct 23 03:53:51 2008 +0100
@@ -13,7 +13,6 @@
 local xmlns_bind ='urn:ietf:params:xml:ns:xmpp-bind';
 local xmlns_stanzas ='urn:ietf:params:xml:ns:xmpp-stanzas';
 
-local new_connhandler = require "net.connhandlers".new;
 local new_sasl = require "util.sasl".new;
 
 add_handler("c2s_unauthed", "auth", xmlns_sasl,

mercurial