Skip to content

Commit

Permalink
hybrid_matrix_token, docs: instructions for matrix_lobby_bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Jan 17, 2024
1 parent 5c2dbdb commit 5eab499
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions auth_hybrid_matrix_token/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,25 @@ token and handles it depending on its type.
}
```

- Lobby bypass

Use `matrix_lobby_bypass` to disable Jitsi lobby check for Matrix's room
members:

```bash
cd /usr/share/jitsi-meet/prosody-plugins/
wget -O mod_matrix_lobby_bypass.lua https://raw.githubusercontent.com/jitsi-contrib/prosody-plugins/main/auth_hybrid_matrix_token/mod_matrix_lobby_bypass.lua
```

_/etc/prosody/conf.d/meet.mydomain.com.cfg.lua_

```lua
Component "conference.meet.mydomain.com" "muc"
modules_enabled = {
"matrix_lobby_bypass";
}
```

- Restart the services

```bash
Expand Down

0 comments on commit 5eab499

Please # to comment.