Mercurial > prosody-hg
view util/time.lua @ 7746:3dff38ffdcd0
MUC: Don't create room in response to unavailable presence
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 27 Nov 2016 00:10:51 +0100 |
| 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; }
