Mercurial > prosody-hg
view util/time.lua @ 8818:c96c00dc424b
MUC: Add support for an optional hard limit on number of rooms (fixes #766)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 22 May 2018 21:22:51 +0200 |
| parents | 72e48bddf617 |
| children |
line wrap: on
line source
-- Import gettime() from LuaSocket, as a way to access high-resolution time -- in a platform-independent way local socket_gettime = require "socket".gettime; return { now = socket_gettime; }
