mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-07 14:58:56 +02:00
* src/mod_offline.erl: Use offline_subscription_hook
SVN Revision: 260
This commit is contained in:
parent
4103f30812
commit
d543a63e9b
@ -77,6 +77,8 @@ receive_all(Msgs) ->
|
||||
stop() ->
|
||||
ejabberd_hooks:delete(offline_message_hook,
|
||||
?MODULE, store_packet, 50),
|
||||
ejabberd_hooks:delete(offline_subscription_hook,
|
||||
?MODULE, store_packet, 50),
|
||||
ejabberd_hooks:delete(resend_offline_messages_hook,
|
||||
?MODULE, pop_offline_messages, 50),
|
||||
exit(whereis(?PROCNAME), stop),
|
||||
|
Loading…
Reference in New Issue
Block a user