diff -r b1f7214c6ec2 -r 9d7a293849f3 libs/encodings.lua --- a/libs/encodings.lua Thu Oct 22 13:55:15 2020 +0100 +++ b/libs/encodings.lua Thu Oct 22 13:58:18 2020 +0100 @@ -6,6 +6,7 @@ module "encodings" +idna = {}; stringprep = {}; base64 = { encode = mime.b64, decode = mime.unb64 };