mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
dialback keys now verified
This commit is contained in:
parent
162e3fb849
commit
eb8e9997e0
7 changed files with 45 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
local m_random = math.random;
|
||||
module "uuid"
|
||||
|
||||
function uuid_generate()
|
||||
function generate()
|
||||
return m_random(0, 99999999);
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue