Mercurial > prosody-modules
view mod_log_mark/mod_log_mark.lua @ 4306:747a14017d00
muc_room_mention_notifications: Set xmlns to what's used in the protoXEP
author | JC Brand <jc@opkode.com> |
---|---|
date | Mon, 21 Dec 2020 15:41:58 +0100 |
parents | 7be158b3376f |
children |
line wrap: on
line source
module:set_global(); local log = _G.log; module:add_timer(60-os.date("%S"), function (now) log("info", "-- MARK --"); return 90 - ((now + 30) % 60); end);