Mercurial > prosody-modules
comparison 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 |
parents | 796b29911747 |
children | 22784f001b7f |
comparison
equal
deleted
inserted
replaced
3622:21f870e1ba55 | 3623:da2d58208574 |
---|---|
19 admin = { "admin@example.org", "superuser@example.org" }, | 19 admin = { "admin@example.org", "superuser@example.org" }, |
20 owner = { "owner@example.org" }, | 20 owner = { "owner@example.org" }, |
21 visitors = { "visitor@example.org" } | 21 visitors = { "visitor@example.org" } |
22 }, | 22 }, |
23 config = { | 23 config = { |
24 name = "General Chat", | |
25 description = "Public chatroom with no particular topic", | |
24 allow_member_invites = false, | 26 allow_member_invites = false, |
25 change_subject = false, | 27 change_subject = false, |
26 history_length = 40, | 28 history_length = 40, |
27 language = "en", | 29 lang = "en", |
28 logging = true, | 30 logging = true, |
29 members_only = false, | 31 members_only = false, |
30 moderated = false, | 32 moderated = false, |
31 persistent = true, | 33 persistent = true, |
32 public = true, | 34 public = true, |