libs/encodings.lua

Sat, 09 Jan 2016 02:03:26 +0100

author
Kim Alvefur <zash@zash.se>
date
Sat, 09 Jan 2016 02:03:26 +0100
changeset 397
918829f384d6
parent 391
b496f0262a3f
child 431
9d7a293849f3
permissions
-rw-r--r--

squishy: Pin to Prosody 0.9.9 release to avoid more breaking changes there

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