Mercurial > prosody-hg
view util/time.lua @ 7785:cdffbda59b03
core.stanza_router: Remove hack for allowing resource binding IQ before resource binding
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 13 Dec 2016 18:16:20 +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; }
