Commit Graph

35 Commits

Author SHA1 Message Date
damencho
bd1d4b005f fix(prosody): Trying to fix hanging register command. 2025-03-23 08:17:59 -05:00
Aaron van Meerten
d3db3a5a89 fix(jibri,jicofo,jigasi,prosody,web): respect previous XMPP_RECORDER_DOMAIN value if set (#1966) 2024-11-14 09:29:43 -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
5e1fcd8043 fix(prosody): default value for PROSODY_MODE (#1929) 2024-10-09 13:18:19 -05:00
damencho
1db83edb25 feat(ldap): Start and configure only if enabled. 2024-09-24 11:45:02 -05:00
Aaron van Meerten
46377d4c94 feat(prosody): transcriber account support and flag configuration fix (#1890) 2024-08-30 14:37:39 -04: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
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
2915176b2e prosody: skip recorder account unless in client mode
* prosody: skip recorder account unless in client mode
2024-01-03 12:36:46 -06:00
Aaron van Meerten
46b98b5a7a prosody: brewery mode for jvb/jicofo discovery muc
* prosody: brewery mode for jvb/jicofo discovery muc

* do not include c2s limits in brewery mode
2024-01-03 11:51:30 -06:00
Aaron van Meerten
6bfa8302f1 prosody: visitor mode support (#1611)
support for visitor mode in prosody, with some fixes for jicofo as well
2023-09-29 08:03:53 -05:00
Saúl Ibarra Corretgé
9cfbaf2d64 misc: drop JICOFO_AUTH_USER
It is expected to be "focus" in a number of places inside lib-jitsi-meet
and that won't change anytime soon.

Allowing users to change it is just asking for trouble.

Fixes: https://github.com/jitsi/lib-jitsi-meet/issues/2191
2023-01-12 15:36:28 +01:00
Saúl Ibarra Corretgé
cb5a753282 config: simplify configuration
Use default values everywhere so they don't need to be specified in the
.env file.

This makes the default .env file much smaller (the larger config options
are documented in the handbook) and should make it easier to port the
setup to runtimes other than Docker Compose.
2022-05-20 10:53:12 +02:00
Saúl Ibarra Corretgé
953a4d2425 jicofo: use a client proxy connection 2021-04-01 15:15:53 +02:00
Felix Geyer
effb30b970 prosody: always rebuild configs on start
Fixes the upgrade which enabled XMPP websockets in the web config
but the necessary changes in the prosody config weren't applied.
2020-12-08 21:03:40 +01:00
Saúl Ibarra Corretgé
7aa2d8114c ldap: avoid unnecessary copy 2020-04-15 12:03:25 +02:00
Saúl Ibarra Corretgé
768b6c4a50 security: fail to start if using the old default password 2020-04-06 16:55:13 +02:00
Saúl Ibarra Corretgé
a015710e54 security: don't provide default passwords
Also check if they are not provided at sstartup time and fail to start
in that case.
2020-04-06 12:23:36 +02:00
netaskd
ffa017b74d jibri: add jibri service 2019-12-04 14:53:59 +01:00
Aaron van Meerten
dc374d3633 prosody: tpl main prosody.cfg.lua 2019-06-05 19:55:51 -05:00
netaskd
2e3576f6ca prosody: add LDAP authentication via SASL mechanism 2019-04-17 09:56:43 +02:00
Paul Tiedtke
df36d71542 xmpp: add jwt authentication support 2019-02-21 08:34:41 +01:00
Saúl Ibarra Corretgé
a235af06d0 prosody: ignore errors when moving certificates
In case we have moved them before, for example.
2019-02-19 10:26:47 +01:00
netaskd
b8faa26e75 prosody: fix owner for /config dir 2019-02-19 10:14:48 +01:00
Aleksandr Borisenko
0760253ebd xmpp: fix default directory for generated certs 2019-01-28 21:58:44 +01:00
Paul Tiedtke
0f0a9420a0 jigasi: make it completely optional 2019-01-28 21:58:44 +01:00
Saúl Ibarra Corretgé
2115bc0ed3 xmpp: remove unneeded files 2018-11-07 13:24:37 +01:00
Saúl Ibarra Corretgé
e78a4ed24a jigasi: add jigasi support for SIP audio calls 2018-10-17 11:59:53 +02:00
Saúl Ibarra Corretgé
9bb7340f66 jvb: use MUC connections for the JVB 2018-10-16 21:15:46 +02:00
Saúl Ibarra Corretgé
94a620baff xmpp: fix startup script if directory exists 2018-08-17 10:51:37 +02:00
Saúl Ibarra Corretgé
1010c71b33 core: rework templating
Use frep [0] which uses the Go templating capabilities.

[0]: https://github.com/subchen/frep
2018-08-09 21:43:54 +02:00
Saúl Ibarra Corretgé
822cca7d39 xmpp: add ability to customize the XMPP MUC domain 2018-04-28 17:42:37 +02:00
Saúl Ibarra Corretgé
84332c9527 xmpp: add ability to customize the jicofo auth user 2018-04-26 08:38:59 +02:00
Saúl Ibarra Corretgé
80a2a13b5e xmpp: make the auth XMPP domain configurable 2018-03-28 08:42:48 +02:00
Saúl Ibarra Corretgé
467a149cbb Initial import 2018-03-14 10:23:50 +01:00