Software /
code /
prosody
File
util/time.lua @ 9018:73320e33762d
MUC: Send an 'gone' error instead of unavailable + <destroyed>
List discussion here:
https://mail.jabber.org/pipermail/standards/2018-July/035228.html
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 11 Jul 2018 11:50:44 +0200 |
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; }