Oana Emilia Ianc
74ef7de10e
web,prosody: add support for JaaS components
3 years ago
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.
3 years ago
Aaron van Meerten
95af77896d
jicofo: add optional XMPP_PORT value ( #1275 )
...
* jicofo: add optional XMPP_PORT value
* include compose and env example for XMPP_PORT
* extends use of the XMPP_PORT property
* fix compose to use default
* re-commenting XMPP_PORT value
* include XMPP_PORT in compose for all services
* always use $XMPP_PORT, value defaulted in template
* missing JVB setting
3 years ago
Saúl Ibarra Corretgé
a8e6a34fde
prosody: completely disable external components
...
We are no longer using component connections.
3 years ago
Saúl Ibarra Corretgé
6fe240a712
prosody: update to 0.12
3 years ago
Дамян Минков
1b51c77796
feat: Enables polls for breakout rooms.
3 years ago
Дамян Минков
0b019ee4eb
feat: Enables tenants/subdomains by default.
3 years ago
Markus Münzel
88997f580c
prosody: authentication by matrix user authentication service
...
Added env variables and prosody plugins to authenticate prosody users by the matrix user authentication service, refer to https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification
Co-authored-by: Markus Münzel <markus@muenzel.de>
3 years ago
Werner Fleischer
6f56e5b7a2
web,prosody: add breakout rooms support
...
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
3 years ago
Saúl Ibarra Corretgé
2061b869fe
misc: enable features by default
...
- prejoin screen
- lobby
- av moderation
- talk while muted detection
- reactions
3 years ago
Saúl Ibarra Corretgé
bda1502210
prosody: simplify code
...
We no longer need to use token based auth (but allow empty tokens) when
WebSockets are used.
3 years ago
Prayag Singh
cfd8d3c04e
web: add config options for polls and reactions
3 years ago
Azim Khakulov
c95f0d6b16
prosody: add support for A/V Moderation
...
Set ENABLE_AV_MODERATION to 1 in order to enable it.
NOTE: This feature is still under development and should be considered
beta quality.
3 years ago
tbutter
856e414084
prosody: add ability to configure external TURN server
...
Co-authored-by: Thomas Butter <tbutter@gmail.com>
3 years ago
Léopold Jacquot
bcae3b19b0
prosody: add domain mapper options to default configuration
3 years ago
Дамян Минков
6f6fe7717c
prosody: enable limits
...
* feat: Enables limits with default values from upstream.
* feat: Enables limits_exception module and adding jicofo and jvb.
Removes the limits for the jicofo and jvb connections.
4 years ago
Aaron van Meerten
db3d790e52
prosody: fix: restrict room creation to jicofo ( #1059 )
4 years ago
Saúl Ibarra Corretgé
953a4d2425
jicofo: use a client proxy connection
4 years ago
Saúl Ibarra Corretgé
3e04fb4fc2
prosody: fix lobby when authentication is enabled
4 years ago
teutates
12823cbab0
prosody: fix jibri recording websocket error
...
Fixes : #867 , #871
4 years ago
Saúl Ibarra Corretgé
6f7b2b4a01
prosody: add internal domain name to default cross-domains list
4 years ago
Saúl Ibarra Corretgé
c2c646054b
prosody: fix cross-domain WS default value
...
Somehow the ENV directive doesn't work in all cases (?) and I got a
template error when upgrading.
4 years ago
Paul Tiedtke
5679578d80
prosody: add env var to config cross domain settings
4 years ago
Saúl Ibarra Corretgé
465816b4eb
web,prosody: turn on XMPP WebSocket by default
4 years ago
Jan-Otto Kröpke
d747bfbe6b
web,prosody: add XMPP WebSocket / Stream Management support
4 years ago
Saúl Ibarra Corretgé
aff3775eb9
xmpp: allow recorders to bypass lobby
...
Closes: https://github.com/jitsi/docker-jitsi-meet/pull/716
4 years ago
ChrisPortman
bec928c3aa
prosody: configure lobby on the guest domain is necessary
...
If the lobby is enabled and ENABLE_AUTH and ENABLE_GUESTS is true, and
therefore the guest.$XMPP_DOMAIN domain is to be defined, the lobby config
should be placed in the guest domain.
4 years ago
Saúl Ibarra Corretgé
a81ad73429
prosody: add support for lobby
4 years ago
Saúl Ibarra Corretgé
b235ea1261
prosody: disable s2s module
...
Not used, not needed.
5 years ago
Saúl Ibarra Corretgé
fdf5030c59
prosody: update configuration
5 years ago
Paul Tiedtke
4fa50b9f08
jwt: do not load token_verification module with disabled authentication
5 years ago
Saúl Ibarra Corretgé
3c3fc195d1
prosody: enable speaker stats and conferene duration modules
5 years ago
bgrozev
d44230e2b1
prosody: use hashed xmpp auth
5 years ago
Saúl Ibarra Corretgé
06e2d5e2e9
Revert "Use hashed xmpp auth."
...
This reverts commit 79e9bce07b
.
THis would break existing setups. Will revisit later on.
5 years ago
Boris Grozev
79e9bce07b
Use hashed xmpp auth.
5 years ago
Saúl Ibarra Corretgé
10983b4d5e
prosody: prevent item-not-found error in certain cases
...
Ref:
06641a7dd6
5 years ago
Timon Engelke
f26c9e6bec
prosody: fix ldap config template
5 years ago
Saúl Ibarra Corretgé
b0def9a9da
prosody: use epoll backend
5 years ago
Erik E. Lorenz
edfd8f2529
ldap: actually fix anonymous binds ( Fixes #234 )
5 years ago
Maximilian Nöthe
e92a00ca19
ldap: fix anonymous binds
...
Before,
ldap_bind_dn: <novalue>
ldab_bind_pw: <novalue>
was inserted into the saslauthd.conf, which made anonymous binds impossible.
5 years ago
Maximilian Nöthe
df40447616
ldap: add option for ldap starttls support
5 years ago
Saúl Ibarra Corretgé
a1df1e052b
Revert "prosody: fix restart loop on rolling deployment"
...
This reverts commit cc2c0424dd
.
5 years ago
Paul Tiedtke
cc2c0424dd
prosody: fix restart loop on rolling deployment
5 years ago
netaskd
ffa017b74d
jibri: add jibri service
5 years ago
Aaron van Meerten
48d8013bdd
prosody: properly name ALLOW_EMPTY variable
...
prosody: fix check for auth type when including jwt module
5 years ago
Aaron van Meerten
a39aa5d16d
change global config to split on \\n
5 years ago
Saúl Ibarra Corretgé
f809afe7ed
prosody: fix enabling the token_verification module
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/4349
6 years ago
Aaron van Meerten
dc374d3633
prosody: tpl main prosody.cfg.lua
6 years ago
Aaron van Meerten
d6a949ca63
prosody: allow token auth module override
6 years ago
Aaron van Meerten
9e9cee7991
prosody: add asap keyserver, empty token
6 years ago