summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pawel@process-one.net>2022-09-22 11:11:02 +0200
committerPaweł Chmielowski <pawel@process-one.net>2022-09-22 11:11:02 +0200
commit4a22604701edea85519ee565f8cb23265db6f76b (patch)
treeb398952cb33ebd7e56b1f4693d15c2f3d88b2f5c
parentUpdate mysql (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 f29a5b56..5f96801c 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").