Mercurial > libervia-backend
diff docker/prosody-e2e/prosody.cfg.lua @ 4195:22cd3094cd1e
docker (demo): fix starting + better UX:
- Use the new `wait_for_service` option to be sure that Prosody is launched.
- Use the new `init_script_path` option to initiate forums and bookmark a demo room.
- Activate MUC service.
- Change log formats to make them more readable.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 13 Dec 2023 22:00:25 +0100 |
parents | b443821399a3 |
children |
line wrap: on
line diff
--- a/docker/prosody-e2e/prosody.cfg.lua Wed Dec 13 22:00:25 2023 +0100 +++ b/docker/prosody-e2e/prosody.cfg.lua Wed Dec 13 22:00:25 2023 +0100 @@ -109,11 +109,11 @@ VirtualHost "server3.test" --- Component "muc.server1.test" "muc" --- modules_enabled = { --- "muc_mam"; --- "vcard"; --- } +Component "chat.server1.test" "muc" + modules_enabled = { + "muc_mam"; + "vcard"; + } Component "pubsub.server1.test" component_secret = "test_e2e"