mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
module table was missing
This commit is contained in:
parent
0b6ee8b38a
commit
53b44292cb
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue