Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-03-29 18:11:50 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-03-29 18:11:50 +0300
commit0c78e010888b24ba520d794ccd340b572496d276 (patch)
tree8b7616862af33f838cfa47b5af68dea175460382 /src/mod_mam.erl
parenta7310ffea1292a6bc617843619d72d335971ed46 (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 8d672a7b1..b6b0133bb 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").