teal-src/util/uuid.d.tl
author Matthew Wild <mwild1@gmail.com>
Thu, 06 Oct 2022 11:12:57 +0100
changeset 12745 7b3deafb9162
parent 12629 e43a01641ca1
permissions -rw-r--r--
prosodyctl: check turn: More clearly indicate the error is from TURN server

local record lib
	get_nibbles : function (number) : string
	generate : function () : string

	seed : function (string)
end
return lib