Software /
code /
prosody-modules
Diff
mod_muc_defaults/README.markdown @ 3623:da2d58208574
mod_muc_defaults: Allow setting of `name` and `description
Also fix setting of language
author | JC Brand <jc@opkode.com> |
---|---|
date | Thu, 20 Jun 2019 10:37:48 +0200 |
parent | 3586:796b29911747 |
child | 3999:22784f001b7f |
line wrap: on
line diff
--- a/mod_muc_defaults/README.markdown Sun Jun 16 02:00:34 2019 +0200 +++ b/mod_muc_defaults/README.markdown Thu Jun 20 10:37:48 2019 +0200 @@ -21,10 +21,12 @@ visitors = { "visitor@example.org" } }, config = { + name = "General Chat", + description = "Public chatroom with no particular topic", allow_member_invites = false, change_subject = false, history_length = 40, - language = "en", + lang = "en", logging = true, members_only = false, moderated = false,