File

teal-src/util/id.d.tl @ 11841:94534717ffca

ejabberd2prosody: Convert SCRAM iteration count to number (thanks arcseconds)
author Matthew Wild <mwild1@gmail.com>
date Thu, 07 Oct 2021 11:16:46 +0100
parent 11459:86904555bffc
line wrap: on
line source

local record lib
	short : function () : string
	medium : function () : string
	long : function () : string
	custom : function (integer) : function () : string

end
return lib