summaryrefslogtreecommitdiff
path: root/src/mod_mam.erl
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-03-29 16:11:50 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-03-29 16:11:50 +0100
commit0c78e010888b24ba520d794ccd340b572496d276 (patch)
tree8b7616862af33f838cfa47b5af68dea175460382 /src/mod_mam.erl
parentMake misc:add_delay_info properly handle multiple delay tags in element (diff)
Implement mod_muc_sql:select_with_mucsub
This allows us to limit number of issued queries required by user_mucsub_from_muc_archive option
Diffstat (limited to 'src/mod_mam.erl')
-rw-r--r--src/mod_mam.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_mam.erl b/src/mod_mam.erl
index 8d672a7b..b6b0133b 100644
--- a/src/mod_mam.erl
+++ b/src/mod_mam.erl
@@ -42,7 +42,7 @@
get_room_config/4, set_room_option/3, offline_message/1, export/1,
mod_options/1, remove_mam_for_user_with_peer/3, remove_mam_for_user/2,
is_empty_for_user/2, is_empty_for_room/3, check_create_room/4,
- process_iq/3, store_mam_message/7, make_id/0]).
+ process_iq/3, store_mam_message/7, make_id/0, wrap_as_mucsub/2]).
-include("xmpp.hrl").
-include("logger.hrl").