aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_admin.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-04-12 13:23:36 +0200
committerBadlop <badlop@process-one.net>2022-04-12 13:35:55 +0200
commit19019bbe32be2074e3b78ac13fdfc30c260fff5e (patch)
tree257539aeea5d74ec33704478ea67da66f78daad9 /src/mod_muc_admin.erl
parentmod_cron from ejabberd-contrib is another possible frontend to run commands (diff)
Add support for MUC room vCard in get_vcard commands
Diffstat (limited to '')
-rw-r--r--src/mod_muc_admin.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_muc_admin.erl b/src/mod_muc_admin.erl
index 0015eb30a..5e7ae6696 100644
--- a/src/mod_muc_admin.erl
+++ b/src/mod_muc_admin.erl
@@ -42,6 +42,7 @@
web_menu_main/2, web_page_main/2, web_menu_host/3,
subscribe_room/4, subscribe_room_many/3,
unsubscribe_room/2, get_subscribers/2,
+ get_room_serverhost/1,
web_page_host/3,
mod_opt_type/1, mod_options/1,
get_commands_spec/0, find_hosts/1]).