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 <pawel@process-one.net>2022-09-22 12:11:02 +0300
committerPaweł Chmielowski <pawel@process-one.net>2022-09-22 12:11:02 +0300
commit4a22604701edea85519ee565f8cb23265db6f76b (patch)
treeb398952cb33ebd7e56b1f4693d15c2f3d88b2f5c
parent09b33e17a6d640105fc13902115fcf6e57403b60 (diff)
Export mod_muc_admin:get_room_pid/2
-rw-r--r--src/mod_muc_admin.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_muc_admin.erl b/src/mod_muc_admin.erl
index f29a5b56f..5f96801c6 100644
--- a/src/mod_muc_admin.erl
+++ b/src/mod_muc_admin.erl
@@ -45,7 +45,8 @@
get_room_serverhost/1,
web_page_host/3,
mod_opt_type/1, mod_options/1,
- get_commands_spec/0, find_hosts/1, room_diagnostics/2]).
+ get_commands_spec/0, find_hosts/1, room_diagnostics/2,
+ get_room_pid/2]).
-include("logger.hrl").
-include_lib("xmpp/include/xmpp.hrl").