diff options
author | Kim Alvefur <zash@zash.se> | 2021-07-25 13:52:52 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-07-25 13:52:52 +0200 |
commit | e1a84801f61dee7404518c116d7fe36f1f23aec7 (patch) | |
tree | a6880768860d831e3150add92d73566323c64e50 /spec | |
parent | 8e27e5311a7b5589b7254afe10cbf5962547f25c (diff) | |
download | prosody-e1a84801f61dee7404518c116d7fe36f1f23aec7.tar.gz prosody-e1a84801f61dee7404518c116d7fe36f1f23aec7.zip |
scansion tests: Enable 'expose_publisher' since we test for it
Diffstat (limited to 'spec')
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index 6c77b150..d4389cbe 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -134,6 +134,7 @@ Component "conference.localhost" "muc" Component "pubsub.localhost" "pubsub" storage = "memory" + expose_publisher = true Component "upload.localhost" "http_file_share" http_file_share_size_limit = 10000000 |