libs/encodings.lua

Tue, 24 Aug 2010 11:11:17 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 24 Aug 2010 11:11:17 +0100
changeset 109
60a03b2cabec
parent 107
59c6f2deb8ab
child 130
5de7f66e4168
permissions
-rw-r--r--

verse.plugins.disco: Auto-disco local services on connect, and delay 'ready' event until done

local function not_impl()
	error("Encoding function not implemented");
end

module "encodings"

stringprep = {};
base64 = { encode = not_impl, decode = not_impl };

return _M;

mercurial