Skip to content

Commit

Permalink
jitsi-meet: Also enable the jitsi_session module in Prosody as the ot…
Browse files Browse the repository at this point in the history
…her Jitsi modules depend on it

At least room_metadata is confirmed to not do anything unless this module is also enabled: jitsi/jitsi-meet#14001 (comment)
  • Loading branch information
ntninja authored Oct 30, 2023
1 parent 4294308 commit d6827fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/jitsi-meet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ in
#-- muc_room_cache_size = 1000
}
];
extraModules = [ "conference_duration" "pubsub" "room_metadata" "speakerstats" ];
extraModules = [ "conference_duration" "jitsi_session" "pubsub" "room_metadata" "speakerstats" ];
extraPluginPaths = [ "${pkgs.jitsi-meet-prosody}/share/prosody-plugins" ];
extraConfig = lib.mkMerge [ (mkAfter ''
Component "focus.${cfg.hostName}" "client_proxy"
Expand Down

0 comments on commit d6827fc

Please sign in to comment.