view mod_log_mark/mod_log_mark.lua @ 1923:b030e46ec640

mod_cloud_notify: Send notification from bare user JID per http://xmpp.org/extensions/xep-0357.html#publishing
author Kim Alvefur <zash@zash.se>
date Fri, 23 Oct 2015 15:51:09 +0200
parents 02390829df1a
children d15df55f0a63
line wrap: on
line source

local log = _G.log;

module:add_timer(60-os.date("%S"), function ()
	log("info", "-- MARK --");
	return 60;
end);