module table was missing

This commit is contained in:
Tobias Markmann 2008-08-26 14:11:52 +02:00
parent 0b6ee8b38a
commit 53b44292cb

View file

@ -1,4 +1,5 @@
require "base64"
sasl = {}
function sasl:new_plain(onAuth, onSuccess, onFail, onWrite)
local object = { mechanism = "PLAIN", onAuth = onAuth, onSuccess = onSuccess, onFail = onFail,