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

local record lib
	bytes : function (n : integer) : string
	enum sourceid "OpenSSL" "arc4random()" "Linux" end
	_source : sourceid
end
return lib