Mercurial > prosody-hg
view util/time.lua @ 9054:0bf0ff3b0f91
MUC: Use JID from correct place when adding <body> to mediated invites (thanks Link Mauve/lovetox)
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 17 Jul 2018 18:15:15 +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; }
