From c9173c49bd4c98fc3138c0719553e98abe2f6914 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 9 Apr 2023 13:14:30 +0200 Subject: [PATCH] feat(tests): Add a MUC component for testing --- integration_tests/prosody.cfg.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/integration_tests/prosody.cfg.lua b/integration_tests/prosody.cfg.lua index c562a1f..427903f 100644 --- a/integration_tests/prosody.cfg.lua +++ b/integration_tests/prosody.cfg.lua @@ -57,4 +57,6 @@ component_interfaces = { '127.0.0.1' } VirtualHost "localhost" Component "component.localhost" - component_secret = "abc123" \ No newline at end of file + component_secret = "abc123" + +Component "muc.localhost" "muc"