emrah
9776714d05
prosody: allow multiple TURN ( #1559 )
1 year ago
damencho
a0a34109ff
fix: Allows jicofo entering rooms without requiring a password.
...
The case where the main room is locked and everyone leaves it to a breakout room and then coming back allows jicofo entering without a password.
2 years ago
Aaron van Meerten
1c27da8053
prosody: fix ranges redux ( #1538 )
2 years ago
Aaron van Meerten
9fc8ffaee9
prosody: fix ranges definition ( #1537 )
2 years ago
Aaron van Meerten
39de818cb9
prosody: enable rate limits ( #1536 )
2 years ago
Werner Fleischer
35685424e1
prosody: add timestamps to the log
2 years ago
orandev
1cdf970b59
prosody: fix "<no value>" issue in prosody config
...
If XMPP_DOMAIN and XMPP_MUC_DOMAIN are not configured in the .env file (which is the default situation), we get the following lines in jitsi-meet.cfg.lua:
end_conference_component = "endconference.<no value>"
[...]
Component "endconference.<no value>" "end_conference"
muc_component = "<no value>"
2 years ago
Saúl Ibarra Corretgé
9e0305bc59
prosody: set JWT_ENABLE_DOMAIN_VERIFICATION to false by default
2 years ago
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
2 years ago
Jean-Vincent kassi
68751c27f2
prosody: add metadata component
...
Necessary for whiteboard usage.
2 years ago
Debendra Oli
e219bcfc21
web: add ability to configure whiteboard
2 years ago
Adam Skoglund
ccc5746f91
prosody: add ability to configure TURN server transports
2 years ago
Saúl Ibarra Corretgé
dd95b3d29c
prosody: fix arm64 build
...
We don't have a proper lua-cjson package available yet.
2 years ago
Ben Banfield-Zanin
91043c581d
prosody: upgrade UVS module to be compatible with Prosody 0.12 and luajwtjitsi 3.0
2 years ago
Mustafa Ayberk Kale
832b178d64
prosody: make GC options configurable
...
Co-authored-by: Mustafa Ayberk Kale <mustafa.kale@turkcell.com.tr>
2 years ago
wfleischer
5fabec93aa
prosody: add end conference
...
Co-authored-by: Werner Fleischer <70745309+wernf@users.noreply.github.com>
2 years ago
Saúl Ibarra Corretgé
6449c60875
prosody: fix installation of lua inspect module
...
Sigh Debian!
2 years ago
Дамян Минков
6664c89db6
prosody: add missing lua-inspect dependency
2 years ago
Thomas Butter
755bd3fc89
prosody: add jigasi and jibri users as admins
...
Allows them to bypass auth when tokens are enabled and no empty token is allowed.
2 years ago
damencho
24b6adbc68
feat: Adds room info http endpoint for jaas components.
2 years ago
Saúl Ibarra Corretgé
d9921a093c
prosody: fix syntax error
2 years ago
Rhys
7c7a43a045
prosody: add ability to configure max occupants
2 years ago
Saúl Ibarra Corretgé
4264f257f6
prosody: make enable_domain_verification configurable
2 years ago
Saúl Ibarra Corretgé
55e0eed66b
prosody: remove explicit dependency
...
It's a dependency of lua-luaossl.
2 years ago
Saúl Ibarra Corretgé
e0bc4e4e77
prosody: add missing net-url dependency
...
It's used by the muc_size plugin.
2 years ago
Saúl Ibarra Corretgé
20eb991101
prosody: clean build
...
Install the jitsi-meet-prosody package instead of uncompressing it.
2 years ago
Saúl Ibarra Corretgé
6fb422cc85
prosody: fix not finding the basexx and cjsson modules
...
Debian doesn't provide a Lua > 5.2 packaged version for neither.
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1359
2 years ago
Saúl Ibarra Corretgé
b67095975b
prosody: simplify container build
...
We can now use the Lua libraries packaged in Debian, thus removing the
need for a 2-stage build and manual package coppying.
2 years ago
Michel Pawlak
b2241315ad
prosody: use ENABLE_IPV6 environment variable
...
Fixes : #1337
2 years ago
Lazaro Herrera
22dc822068
prosody: fix XMPP_MUC_CONFIGURATION
2 years ago
Lazaro Herrera
ea378598c0
prosody: add ability to configure MUC modules through ENV variables
...
This allows for configuring how MUC modules can be used.
Closes: https://github.com/jitsi/docker-jitsi-meet/issues/1310
2 years ago
wfleischer
55a45915bb
prosody: configure unbound resolver
...
Fixes : #1315
2 years ago
Saúl Ibarra Corretgé
5109874549
prosody: update to latest stable
...
Prosody 0.12.1 was released, which contained fixes that we needed,
that's why we were running on the 0.12 nightlies.
2 years ago
Mahdhi Rezvi
7c29b57914
prosody: fix reservations API
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/11623
2 years ago
Mahdhi Rezvi
8337c0b108
jicofo,prosody: migrate to new reservations system
...
It's now implemented in Prosody rather than in Jicofo.
2 years ago
Oana Emilia Ianc
74ef7de10e
web,prosody: add support for JaaS components
2 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
Thorsten B
8587d29a05
prosody: add mod_auth_cyrus from community libraries
...
Fixes : #1264
With prosody 0.12 mod_auth_cyrus moved to community repos see: https://prosody.im/doc/release/0.12.0
3 years ago
Saúl Ibarra Corretgé
1afa278844
prosody: add temporary workaround for JWT auth
...
The previous commit updated Prosody to 0.12 and lua to 5.4. This also
forced us to update luajwtjitsi to the latest version (3.0.0), and we
hadn't landed a necessary fix in time for the stable release, so pick
the right file by hand until the next release.
3 years ago
Saúl Ibarra Corretgé
6fe240a712
prosody: update to 0.12
3 years ago
Saúl Ibarra Corretgé
3afc1e3c12
prosody: update package version
...
Use prosody-0.11 which will give us the latest 0.11 release from the upstream Debian repo. 0.12 made it to Debian backports, and we don't want to use that yet.
3 years ago
JohannesPertl
0ce0f098cf
prosody: update version
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1246
3 years ago
Saúl Ibarra Corretgé
201a1b422c
prosody: pin to version 0.11 for now
3 years ago
Saúl Ibarra Corretgé
29b4c23f5a
prosody: use a more recent version of luarocks
3 years ago
Дамян Минков
1b51c77796
feat: Enables polls for breakout rooms.
3 years ago
Дамян Минков
0b019ee4eb
feat: Enables tenants/subdomains by default.
3 years ago
Дамян Минков
d50df676a6
fix: Fixes missing variable for prosody plugins.
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