Mercurial > prosody-hg
view util/time.lua @ 9023:ce461a67d2cc
MUC: Fix to send status code 100 *only* to the joining (fixes #680)
What does `if can_see_real_jids(whois, occupant) then` do?
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 12 Jul 2018 01:50:06 +0200 |
| 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; }
