File

teal-src/util/uuid.d.tl @ 12454:b2438f374b3e 0.12

mod_storage_xep0227: Handle missing {pubsub#owner}pubsub element (fixes #1740)
author Matthew Wild <mwild1@gmail.com>
date Thu, 07 Apr 2022 17:22:02 +0100
parent 11459:86904555bffc
child 12625:e43a01641ca1
line wrap: on
line source

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

	seed : function (string)
end
return lib