Mercurial > prosody-hg
view util/time.lua @ 8578:cf10cd3eb728
MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)
| author | Jonas Wielicki <jonas@wielicki.name> |
|---|---|
| date | Thu, 08 Mar 2018 17:36:36 +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; }
