mod_message: Include username in event for offline messages

This commit is contained in:
Kim Alvefur 2017-05-10 19:22:13 +02:00
parent 49655b2234
commit 0c64cd26d6

View file

@ -49,6 +49,7 @@ local function process_to_bare(bare, origin, stanza)
local ok
if user_exists(node, host) then
ok = module:fire_event('message/offline/handle', {
username = node;
origin = origin,
stanza = stanza,
});