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
Saúl Ibarra Corretgé
7aa2d8114c
ldap: avoid unnecessary copy
5 years ago
Boris Grozev
79e9bce07b
Use hashed xmpp auth.
5 years ago
Saúl Ibarra Corretgé
768b6c4a50
security: fail to start if using the old default password
5 years ago
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.
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
Saúl Ibarra Corretgé
8da61612e9
prosody: introduce AUTH_TYPE
...
It simplifies selecting the desired authentication type, instead of
having a boolean for each.
6 years ago
netaskd
2e3576f6ca
prosody: add LDAP authentication via SASL mechanism
6 years ago
Paul Tiedtke
df36d71542
xmpp: add jwt authentication support
6 years ago
Saúl Ibarra Corretgé
a235af06d0
prosody: ignore errors when moving certificates
...
In case we have moved them before, for example.
6 years ago
netaskd
b8faa26e75
prosody: fix owner for /config dir
6 years ago
Saúl Ibarra Corretgé
3a534c63b5
xmpp: disable storage for MUC components
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/64
6 years ago
Paul Tiedtke
e848354042
xmpp: add default host to prosody config
6 years ago
Saúl Ibarra Corretgé
30c425811e
misc: fix handling boolean values
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/30
6 years ago
Paul Tiedtke
95a55915b7
xmpp: add ability to add custom prosody modules
6 years ago
Saúl Ibarra Corretgé
8e2964b006
xmpp: fix storage backend on prosody 0.11
6 years ago
Aleksandr Borisenko
0760253ebd
xmpp: fix default directory for generated certs
6 years ago
Paul Tiedtke
0f0a9420a0
jigasi: make it completely optional
6 years ago
Saúl Ibarra Corretgé
2115bc0ed3
xmpp: remove unneeded files
6 years ago
Saúl Ibarra Corretgé
ee90a92d43
xmpp: add support for authentication
6 years ago
Saúl Ibarra Corretgé
aefefb53b6
xmpp: disable HTTPS for BOSH
...
It's not exposed, we proxy from the web frontend.
6 years ago
Saúl Ibarra Corretgé
e78a4ed24a
jigasi: add jigasi support for SIP audio calls
6 years ago
Saúl Ibarra Corretgé
9bb7340f66
jvb: use MUC connections for the JVB
6 years ago
Saúl Ibarra Corretgé
94a620baff
xmpp: fix startup script if directory exists
6 years ago
Saúl Ibarra Corretgé
1010c71b33
core: rework templating
...
Use frep [0] which uses the Go templating capabilities.
[0]: https://github.com/subchen/frep
6 years ago
Saúl Ibarra Corretgé
1d22539aac
xmpp: set storage backend to "none"
...
"null" seems to have stopped working.
6 years ago