mod_offline: Include timestamp and empty 'with'

This commit is contained in:
Kim Alvefur 2017-04-01 19:04:15 +02:00
parent 861400522c
commit 8a3ee64310

View file

@ -24,7 +24,7 @@ module:hook("message/offline/handle", function(event)
node = origin.username;
end
return offline_messages:append(node, nil, stanza);
return offline_messages:append(node, nil, stanza, os.time(), "");
end, -1);
module:hook("message/offline/broadcast", function(event)