Stopped using the lbase64 library
authorWaqas Hussain <waqas20@gmail.com>
Thu, 27 Nov 2008 19:48:16 +0000 (00:48 +0500)
committerWaqas Hussain <waqas20@gmail.com>
Thu, 27 Nov 2008 19:48:16 +0000 (00:48 +0500)
DEPENDS
plugins/mod_saslauth.lua

diff --git a/DEPENDS b/DEPENDS
index b680ce81eee75b286098e0e3f0a1e2a5bb6989ba..b284cc279ae903216d86927ae1355e194b2cd659 100644 (file)
--- a/DEPENDS
+++ b/DEPENDS
@@ -3,7 +3,6 @@ The easiest way to install dependencies is using the luarocks tool.
 Rocks:
 luaexpat
 luasocket
-lbase64
 
 Non-rocks:
 LuaSec for SSL connections
index f549d0b9a448b27869da746a8618625f133d1fe4..c8912eae4cac9e15fa9d2b38183024fac910fc3a 100644 (file)
@@ -2,7 +2,7 @@
 local st = require "util.stanza";
 local sm_bind_resource = require "core.sessionmanager".bind_resource;
 local jid
-local base64 = require "base64"
+local base64 = require "util.encodings".base64;
 
 local usermanager_validate_credentials = require "core.usermanager".validate_credentials;
 local t_concat, t_insert = table.concat, table.insert;