Commit Graph

132 Commits

Author SHA1 Message Date
damencho
71700f3e38 feat(prosody): Enable filter messages for breakout rooms. 2026-02-25 12:04:20 -06:00
emrah
67a2e7f78a fix(prosody): remove unused envs 2026-02-09 14:14:39 +01:00
perexis
bab03c7b26 Add transcriber_prefixes to prosody config 2025-11-11 06:21:12 -06:00
Werner Fleischer
a8f64b6ed7 feat(prosody): prioritize custom plugin path
This change modifies the plugin search order in the Prosody
configuration to allow custom plugins to override default ones.

By placing `/prosody-plugins-custom` before `/prosody-plugins/`, users can now easily customize their Jitsi Meet deployment by mounting their own plugins, without needing to rebuild the Docker image.
2025-11-10 15:06:30 +01:00
emrah
86f6a72700 refactor(prosody): add WAIT_FOR_HOST_DISABLE_AUTO_OWNERS 2025-11-07 08:09:45 -06:00
damencho
a5b307b94c feat(prosody): Move to polls component. 2025-09-25 16:46:32 -05:00
damencho
34044cda25 feat(prosody): Adds a new config for allowners and issuers. 2025-09-15 20:39:16 -05:00
damencho
31a14cc7bf fix(prosody): Updates guest domain config. 2025-08-19 15:58:49 -05:00
damencho
3016b33e92 fix(prosody): Adds missing identity module. 2025-06-18 07:59:30 -05:00
damencho
7c2b8b5597 fix(prosody): Drops some unnecessary configs. 2025-06-17 15:52:15 -05:00
damencho
7c410f5689 fix(prosody): Adds main_muc config for guest domain. 2025-06-02 22:03:40 -05:00
Boris Grozev
4ff28768e5 fix: Load XMPP_MODULES for the guest domain. 2025-06-02 17:20:17 -05:00
bgrozev
24635a6380 Load mod_muc_hide_all manually. (#2077) 2025-04-17 08:06:16 -05:00
damencho
e1db42e51d feat(prosody): Option to enable filter messages module. 2025-04-02 06:27:37 -05:00
damencho
6668c1ba6f fix(prosody): Fixes auth type internal with prosody 13. 2025-03-22 18:11:05 -05:00
damencho
6ae3414ff2 feat(prosody): Sets recorder prefixes. 2024-12-04 14:19:27 -06:00
damencho
07ea79a58d feat(prosody): Enables connection resumption for jicofo and jvb. 2024-12-04 14:19:15 -06:00
Jakob Löw
345f8c2a23 fix(prosody,jicofo,jigasi,jibri) rename recorder domain to hidden domain 2024-11-12 12:52:11 +01:00
Aaron van Meerten
bb17a29a20 feat(prosody): enable muc_max_participants in lobby component (#1950) 2024-10-22 12:52:42 -05:00
Aaron van Meerten
4ae743859f feat(prosody): move external_services module and config to global prosody.cfg.lua (#1949) 2024-10-22 12:17:14 -05:00
Aaron van Meerten
4369907615 feat(jibri,jicofo,jigasi,jvb,prosody,web): trim empty list entries when splitting with splitList to allow trailing comma (#1932) 2024-10-11 10:50:41 -05:00
Aaron van Meerten
c58a9e52e9 feat(prosody): allow components access even after max participants is reached (#1930) 2024-10-10 11:37:16 -05:00
bgrozev
02aa4f1d53 fix: Only set app_secret when defined. (#1925)
* ref: Order variables alphabetically.

* fix: Only set app_secret when defined.

Note: this has no security implications in asap mode because
app_secret is not used. It's just cleaner to not define it.
2024-10-08 12:03:33 -05:00
Aaron van Meerten
b0675c0e24 prosody: recording metadata module (#1734)
* prosody: jibri_session module for recording metadata

* prosody: flag for recording metadata module
2024-09-16 09:55:13 -05:00
Aaron van Meerten
e1b14f267c feat(prosody): enable brewery muc modules in internal muc component (#1892) 2024-08-30 14:48:32 -04:00
Aaron van Meerten
46377d4c94 feat(prosody): transcriber account support and flag configuration fix (#1890) 2024-08-30 14:37:39 -04:00
Дамян Минков
2adac72142 feat(prosody): Drop non existing config.
smacks_max_hibernated_sessions config does not exist in prosody 0.12 and the internal smacks.
This existed in the external smack module used for prosody 0.11.
2024-06-21 16:33:45 +03:00
DevelopingEntitiesWithFuntations
11285cd30f prosody: Fixed the wrong position of the JWT_SIGN_TYPE setting in the file (#1796)
* Fixed the JWT_SIGN_TYPE being in Jigasi - added it to the correct spot

* Fixed the wrong position of the JWT_SIGN_TYPE setting in the file
2024-04-27 04:31:30 -05:00
simon
6f98bbeeea prosody: add ability to customize TURN TTL value 2024-04-24 10:14:35 +02:00
DevelopingEntitiesWithFuntations
e9392302b1 prosody: add ability to customize JWT signature type
Fixes: #1771
2024-04-08 11:49:27 +02:00
Sebastian Denz
b0f9eb2f56 prosody: integrate prosody-plugins-contrib
Extract contrib plugins to /prosody-plugins-contrib, add plugin path to prosody config, leave matrix plugins in contrib folder.
2024-04-04 09:11:39 +02:00
damencho
28d2b32cea feat(prosody): Make sure muc tumbstones is disabled. 2024-03-20 17:19:34 -05:00
damencho
648612f1bc feat(prosody): Always report visitors support when enabled. 2024-03-04 13:32:27 -06:00
Sebastian Denz
33350c3a15 prosody: fix env var default value 2024-02-21 13:45:49 +01:00
Дамян Минков
1bbb4ab0b7 fix(prosody): Updates a rate whitelist config that changed in jitsi-meet. (#1741)
* fix(prosody): Updates a rate whitelist config that changed in jitsi-meet.

* squash: Update prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

Co-authored-by: Aaron van Meerten <aaron.van.meerten@gmail.com>

* squash: Update prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

Co-authored-by: Aaron van Meerten <aaron.van.meerten@gmail.com>

* squash: Update jitsi-meet.cfg.lua

---------

Co-authored-by: Aaron van Meerten <aaron.van.meerten@gmail.com>
2024-02-15 16:37:04 -06:00
Aaron van Meerten
5c5742b838 prosody: var for speakerstats modules
* prosody: var for speakerstats modules
2024-02-05 13:40:39 -06:00
bgrozev
bb69407602 Remove "ping" in ViarualHosts (#1728)
It's already present in the global modules_enabled and thus loaded for
each VirtualHost.
2024-01-30 12:33:10 -08:00
Aaron van Meerten
4eb55758fe prosody: c2s encryption flag from environment
* prosody: c2s encryption flag from environment
2024-01-22 15:00:55 -06:00
Aaron van Meerten
cc34823c63 prosody: tune internal muc settings
* prosody: tune internal muc settings
2024-01-22 14:46:40 -06:00
Aaron van Meerten
f512116e2d prosody: jibri and jigasi skip muc passwords (#1718) 2024-01-22 14:44:23 -06:00
bgrozev
11d7d75d72 fix: Do not load domain_mapper under breakout component (#1714)
It gets loaded twice and registers for each host twice:
2024-01-19 21:09:33 conference.beta.meet.jit.si:muc_domain_mapper          info	Loading mod_muc_domain_mapper for host jigasi.beta.meet.jit.si!
2024-01-19 21:09:33 breakout.beta.meet.jit.si:muc_domain_mapper            info	Loading mod_muc_domain_mapper for host jigasi.beta.meet.jit.si!
2024-01-19 14:12:08 -08:00
emrah
4ca576360e prosody: the new version of contrib-prosody-plugins (#1713)
* prosody: update version of prosody-plugings package

* prosody: update the version of contrib-prosody-plugins package

* prosody: add MATRIX_LOBBY_BYPASS variable to control matrix_lobby_bypass module
2024-01-17 17:27:48 +01:00
damencho
9b686c6f4a prosody: Drops unused module. 2024-01-12 18:01:55 -06:00
Aaron van Meerten
7f86006c3f prosody: remove muc_meeting_id from lobby
* prosody: remove muc_meeting_id from lobby
2024-01-08 12:24:53 -06:00
bgrozev
80e4ee6341 Remove unnecessary modules and properties (#1697)
* Only enable dialback when s2s is enabled.
* Remove vcard, pep, register modules.
* Only set smacks properties when xmpp ws is enabled.
2024-01-03 14:20:29 -08:00
Aaron van Meerten
ab30f56e27 prosody: enable muc_meeting_id in lobby component
* prosody: enable muc_meeting_id in lobby component
2024-01-02 14:36:24 -06:00
Saúl Ibarra Corretgé
4531615974 prosody: add smacks to guest vhost
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1545
2023-12-08 13:11:29 +01:00
Aaron van Meerten
0827186976 prosody: stun in external services (#1644) 2023-11-14 13:15:13 -06:00
Aaron van Meerten
eb91893895 prosody: add ping module to auth domain (#1624) 2023-10-13 13:20:44 -05:00
Aaron van Meerten
261caa3d6d prosody: guest ping module, var for auth type (#1623) 2023-10-13 10:37:01 -05:00