Commit Graph

170 Commits

Author SHA1 Message Date
damencho
c3df6dfd50 feat(prosody): Configure polls for visitors. 2025-09-26 11:04:11 -05: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
Дамян Минков
c44206c603 fix(prosody): Adds option to enable admins as room owners for prosody 13.0. (#2051) 2025-03-19 10:47:37 -05:00
damencho
26b01be871 fix(prosody): Bump s2s limits for visitors. 2025-03-07 08:47:14 -06:00
kychen
3ba77e1964 feat(prosody) - Added TURN_USERNAME and TURN_PASSWORD (#1989)
Co-authored-by: lala <lala@mediot.com.tw>
2025-01-06 11:01:54 +01: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
Aaron van Meerten
5e8b702d7c fix(prosody-visitors): proper variable for transcriber jid in rate limit (#1967) 2024-11-14 10:06:35 -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
26b6f274fe fix(prosody): remove admin_adhoc module from defaults (#1948)
* fix(prosody): remove admin_adhoc module from defaults

* also remove dialback module

* further pruning
2024-10-22 12:23:19 -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
a88c6e4195 feat(prosody): allow s2s whitelist additions (#1940)
* feat(prosody): allow s2s whitelist additions

* change to vhost name to reflect additional uses

* whitespace improvement
2024-10-18 11:07:46 -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
Aaron van Meerten
5e1fcd8043 fix(prosody): default value for PROSODY_MODE (#1929) 2024-10-09 13:18:19 -05:00
Aaron van Meerten
7b7f101218 feat(prosody): new flags to disable incoming client and server conection limits (#1928) 2024-10-09 11:39:01 -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
ff0cdc7ab0 fix(prosody): tpl errors on container startup due to missing variables (#1924) 2024-10-03 06:48:52 -05:00
Aaron van Meerten
1f2b14df1d feat(prosody): enable recorder domain for s2s to visitor nodes to allow transcription support (#1905) 2024-09-27 09:14:22 -05:00
damencho
ceb4a51a1e feat(prosody): Skip some modules for prosody-jvb. 2024-09-23 20:17:25 -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
24kushang
54baee28b5 feat(prosody): custom metrics of stanza counts for prosody service implemented (#1862)
Co-authored-by: Kushang Haria <kushangh@MacBook-Pro.local>
2024-07-18 16:03:05 +03:00
Sebastian Denz
c65d2bd2fc feat(jigasi,jicofo,jvb,jibri,prosody): add healthcheck.sh scripts and prosody http_health mod 2024-07-02 11:50:25 -04:00
24kushang
fbc250ebfb feat(prosody): openmetrics module support (#1832)
add option to enable http_openmetrics
2024-06-26 13:32:50 -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
Aaron van Meerten
55c975fca0 fix(jicofo): use integer for port value to fix addition (#1826)
* fix(jicofo,prosody): use integer for port value to fix addition
2024-06-18 10:55:25 -04: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
Дамян Минков
604ba22105 prosody: Switches lua gc back to incremental. (#1777) 2024-04-03 16:00:56 -05:00
damencho
80fc10ebf7 feat(prosody): Cleans up gc settings.
Reverts 69bba17 and some parts of 2798426.
2024-03-21 08:18:23 -05:00
damencho
69bba176df feat(prosody): Adjusts lua to use generational GC for brewery.cfg.lua. 2024-03-21 07:14:25 -05:00
damencho
2798426f40 feat(prosody): Adjusts lua to use generational GC. 2024-03-21 07:00:40 -05: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