libs/encodings.lua

Wed, 27 Jun 2018 19:16:25 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 27 Jun 2018 19:16:25 +0100
changeset 420
459305b2314f
parent 391
b496f0262a3f
child 431
9d7a293849f3
permissions
-rw-r--r--

squishy: Remove unnecessary files (indexedbheap only in Prosody trunk)

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

local mime = require "mime";

module "encodings"

stringprep = {};
base64 = { encode = mime.b64, decode = mime.unb64 };

return _M;

mercurial