Software /
code /
prosody
File
util/time.lua @ 7694:bffbea1187ca
MUC: Run component shutdown after mod_c2s has closed its sessions (prevents ghosts)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 15 Oct 2016 17:40:31 +0200 (2016-10-15) |
parent | 7461:72e48bddf617 |
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; }