Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
ci: prosody: enable mod_muc_mam in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Dec 20, 2021
1 parent 3ba5529 commit a5be87a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/prosody-cfg/0.11/prosody.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ log = {

VirtualHost "localhost"
Component "muc.localhost" "muc"
modules_enabled = {
"muc_mam";
}
Component "pubsub.localhost" "pubsub"
default_unowned_affiliation = "owner"
Component "upload.localhost" "http_upload"
Expand Down
3 changes: 3 additions & 0 deletions utils/prosody-cfg/trunk/prosody.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ log = {

VirtualHost "localhost"
Component "muc.localhost" "muc"
modules_enabled = {
"muc_mam";
}
Component "pubsub.localhost" "pubsub"
default_unowned_affiliation = "owner"
Component "upload.localhost" "http_upload"
Expand Down

0 comments on commit a5be87a

Please sign in to comment.