diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2015-08-19 16:15:02 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2015-08-24 13:28:58 +0300 |
commit | 94444c87e83fafff390d4a1a536ed9e6c7294589 (patch) | |
tree | bf7c02992585e00cb2b771b2ad1d989f64351b26 /src/mod_mam.erl | |
parent | More eye-candy mod_http_bind help page (thanks to Marek Foss) (diff) |
Remove MAM archives on MUC room destroy
Diffstat (limited to 'src/mod_mam.erl')
-rw-r--r-- | src/mod_mam.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_mam.erl b/src/mod_mam.erl index bbe279cb..af4245f9 100644 --- a/src/mod_mam.erl +++ b/src/mod_mam.erl @@ -34,7 +34,8 @@ -export([user_send_packet/4, user_receive_packet/5, process_iq_v0_2/3, process_iq_v0_3/3, remove_user/2, - mod_opt_type/1, muc_process_iq/4, muc_filter_message/5]). + remove_user/3, mod_opt_type/1, muc_process_iq/4, + muc_filter_message/5]). -include_lib("stdlib/include/ms_transform.hrl"). -include("jlib.hrl"). |