mod_message, mod_offline: Change message/offline/store -> message/offline/handle

This commit is contained in:
Robert Hoelz 2010-12-09 12:41:30 -06:00
parent 3ac96f5c34
commit 404f212f37
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ local function process_to_bare(bare, origin, stanza)
if user_exists(node, host) then
-- TODO apply the default privacy list
ok = module:fire_event('message/offline/store', {
ok = module:fire_event('message/offline/handle', {
origin = origin,
stanza = stanza,
});