mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Added Allowners muc module to prosody and jitsi-meet
This commit is contained in:
parent
cef6f1b83c
commit
2411e6eecd
3 changed files with 21 additions and 2 deletions
|
|
@ -187,6 +187,16 @@ in
|
|||
off if you want to configure it manually.
|
||||
'';
|
||||
};
|
||||
|
||||
prosody.allowners_muc = mkOption {
|
||||
type = bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Add module allowners, any user in chat is able to
|
||||
kick other. Usefull in jitsi-meet to kick ghosts.
|
||||
'';
|
||||
};
|
||||
|
||||
prosody.lockdown = mkOption {
|
||||
type = bool;
|
||||
default = false;
|
||||
|
|
@ -240,6 +250,7 @@ in
|
|||
{
|
||||
domain = "conference.${cfg.hostName}";
|
||||
name = "Jitsi Meet MUC";
|
||||
allowners_muc = cfg.prosody.allowners_muc;
|
||||
roomLocking = false;
|
||||
roomDefaultPublicJids = true;
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue