libs/encodings.lua

Sat, 09 Jan 2016 01:36:03 +0100

author
Kim Alvefur <zash@zash.se>
date
Sat, 09 Jan 2016 01:36:03 +0100
changeset 396
b0afde43b3e5
parent 391
b496f0262a3f
child 431
9d7a293849f3
permissions
-rw-r--r--

Add util.ip, dependency of net.dns since Prosody 0.9.9

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