summaryrefslogtreecommitdiff
path: root/src/mod_muc.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-07-08 11:57:37 +0200
committerBadlop <badlop@process-one.net>2021-07-08 12:29:16 +0200
commit2e2667bbd7f00e465f9f58a2699069fdb2c60a4e (patch)
tree8faf1b47bf548ba5c332160f2892b7c835c46455 /src/mod_muc.erl
parentAfter create_room, store in DB if it's persistent (#3632) (diff)
Update documentation: mod_muc ram_db_type supports SQL since 17.04 (#3632)
Diffstat (limited to 'src/mod_muc.erl')
-rw-r--r--src/mod_muc.erl5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mod_muc.erl b/src/mod_muc.erl
index 0139db43..46bfd20e 100644
--- a/src/mod_muc.erl
+++ b/src/mod_muc.erl
@@ -1386,11 +1386,10 @@ mod_doc() ->
"store room information. The default is the storage defined "
"by the global option 'default_db', or 'mnesia' if omitted.")}},
{ram_db_type,
- #{value => "mnesia",
+ #{value => "mnesia | sql",
desc =>
?T("Define the type of volatile (in-memory) storage where the module "
- "will store room information. The only available value for this "
- "module is 'mnesia'.")}},
+ "will store room information ('muc_online_room' and 'muc_online_users').")}},
{hibernation_timeout,
#{value => "infinity | Seconds",
desc =>