Aaron van Meerten
db3d790e52
prosody: fix: restrict room creation to jicofo ( #1059 )
2021-05-21 09:52:54 -05:00
Saúl Ibarra Corretgé
9bc262a40f
prosody: fix building unstable images
2021-04-16 12:09:04 +02:00
Saúl Ibarra Corretgé
953a4d2425
jicofo: use a client proxy connection
2021-04-01 15:15:53 +02:00
Saúl Ibarra Corretgé
3e04fb4fc2
prosody: fix lobby when authentication is enabled
2021-02-02 10:05:32 +01:00
teutates
12823cbab0
prosody: fix jibri recording websocket error
...
Fixes : #867 , #871
2021-01-14 10:20:07 +01:00
Saúl Ibarra Corretgé
6f7b2b4a01
prosody: add internal domain name to default cross-domains list
2020-12-23 11:40:42 +01:00
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.
2020-12-09 11:39:10 +01:00
Paul Tiedtke
5679578d80
prosody: add env var to config cross domain settings
2020-12-08 21:04:53 +01: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é
5c44a84eb4
misc: stop using apt-key, it's deprecated
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/480
2020-12-04 11:29:47 +01:00
Saúl Ibarra Corretgé
43f678d967
build: refactor Makefile
...
Use a single one with dynamically generated rules instead of individual
makefiles which are 99% boilerplate.
2020-12-02 16:03:17 +01:00
Saúl Ibarra Corretgé
880b9b0e91
core: update base image to Debian Buster
2020-12-02 16:03:17 +01:00
Saúl Ibarra Corretgé
465816b4eb
web,prosody: turn on XMPP WebSocket by default
2020-10-29 21:57:54 +01:00
Jan-Otto Kröpke
d747bfbe6b
web,prosody: add XMPP WebSocket / Stream Management support
2020-10-29 21:44:48 +01:00
Saúl Ibarra Corretgé
aff3775eb9
xmpp: allow recorders to bypass lobby
...
Closes: https://github.com/jitsi/docker-jitsi-meet/pull/716
2020-10-02 16:54:26 +02:00
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.
2020-08-13 11:17:16 +02:00
Saúl Ibarra Corretgé
a81ad73429
prosody: add support for lobby
2020-07-22 11:00:46 +02:00
Saúl Ibarra Corretgé
b235ea1261
prosody: disable s2s module
...
Not used, not needed.
2020-05-27 23:15:39 +02:00
Saúl Ibarra Corretgé
1d428a8440
prosody: use a 2-stage build
...
This greatly simplifies the cleanup so we don't leave unneeded packages
behind.
2020-05-27 23:12:37 +02:00
Saúl Ibarra Corretgé
1381b08ad8
prosody: fix installing dependdencies
...
Only install from backports what's absolutely necessary and make sure
libssl is installed so JWT auth is not broken...
Ref: https://github.com/jitsi/docker-jitsi-meet/issues/613
2020-05-27 09:37:31 +02:00
Saúl Ibarra Corretgé
fdf5030c59
prosody: update configuration
2020-05-26 23:25:49 +02:00
Saúl Ibarra Corretgé
afafe23640
prosody: shrink container size
2020-05-26 23:24:30 +02:00
Paul Tiedtke
4fa50b9f08
jwt: do not load token_verification module with disabled authentication
2020-05-04 10:27:37 +02:00
Saúl Ibarra Corretgé
3c3fc195d1
prosody: enable speaker stats and conferene duration modules
2020-04-22 10:24:46 +02:00
bgrozev
d44230e2b1
prosody: use hashed xmpp auth
2020-04-16 23:25:06 +02:00
Saúl Ibarra Corretgé
06e2d5e2e9
Revert "Use hashed xmpp auth."
...
This reverts commit 79e9bce07b .
THis would break existing setups. Will revisit later on.
2020-04-15 12:04:05 +02:00
Saúl Ibarra Corretgé
7aa2d8114c
ldap: avoid unnecessary copy
2020-04-15 12:03:25 +02:00
Saúl Ibarra Corretgé
367621f6da
prosody: remove no longer needed patch
2020-04-14 11:41:12 +02:00
Boris Grozev
79e9bce07b
Use hashed xmpp auth.
2020-04-13 18:05:33 -05: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
Saúl Ibarra Corretgé
10983b4d5e
prosody: prevent item-not-found error in certain cases
...
Ref:
06641a7dd6
2020-03-31 11:18:19 +02:00
Saúl Ibarra Corretgé
93ba77021b
prosody: fix installing prosody from the right repository
2020-03-30 09:58:54 +02:00
Saúl Ibarra Corretgé
655cf6be4a
web,prosody,jvb: prepare for new stable release
2020-03-27 22:12:25 +01:00
Saúl Ibarra Corretgé
b15bb28279
prosody: update to latest stable version
...
Use the official repositories so we don't lag behind in fixes.
2020-03-26 10:42:40 +01:00
Timon Engelke
f26c9e6bec
prosody: fix ldap config template
2020-03-24 22:49:25 +01:00
Saúl Ibarra Corretgé
b0def9a9da
prosody: use epoll backend
2020-03-24 11:15:55 +01:00
Erik E. Lorenz
edfd8f2529
ldap: actually fix anonymous binds ( Fixes #234 )
2020-03-23 21:41:35 +01:00
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.
2020-03-14 13:26:58 +01:00
Maximilian Nöthe
df40447616
ldap: add option for ldap starttls support
2020-03-13 21:07:44 +01:00
netaskd
ffa017b74d
jibri: add jibri service
2019-12-04 14:53:59 +01:00
netaskd
8352559f50
misc: add ARG JITSI_REPO for dependented dockerfiles
2019-09-03 19:07:55 +02:00
netaskd
2b30ab9a23
misc: add variable JITSI_REPO instead hardcoded jitsi
2019-09-03 17:14:50 +02:00
Saúl Ibarra Corretgé
5408e9e383
Merge pull request #122 from jitsi/token-parameter-additions
...
prosody: new variables for prosody
2019-08-20 09:31:14 +02:00
Aaron van Meerten
48d8013bdd
prosody: properly name ALLOW_EMPTY variable
...
prosody: fix check for auth type when including jwt module
2019-08-19 11:13:38 -05:00
Po-Ying Chen
33a45ec8db
prosody: add missing lua module net-url
2019-08-14 18:59:56 +02:00
netaskd
aa9230af32
prosody: apply muc_owner_allow_kick.patch to muc_allowners module
2019-08-09 15:32:28 +02:00
netaskd
dd851117a8
prosody: refactor getting prosody-plugins.
...
Now we get all files from the deb package jitsi-meet-tokens into /prosody-plugins
2019-08-09 10:07:32 +02:00
Aaron van Meerten
a39aa5d16d
change global config to split on \\n
2019-07-22 17:39:09 -05:00
Saúl Ibarra Corretgé
f809afe7ed
prosody: fix enabling the token_verification module
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/4349
2019-06-20 21:08:57 +02:00