Software /
code /
prosody
Diff
plugins/mod_saslauth.lua @ 120:ef964468f174
TLS/SASL no longer should include the connhandler module
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 23 Oct 2008 03:53:51 +0100 |
parent | 99:ba08b8a4eeef |
child | 278:770a78cd38d7 |
child | 281:826308c07627 |
line wrap: on
line diff
--- 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,