Enable MAM and PubSub

This commit is contained in:
Oliver Hattshire 2025-10-27 13:48:54 -03:00
parent 61c5eb5985
commit 251fa2147f
3 changed files with 6 additions and 4 deletions

View file

@ -7,7 +7,7 @@ then
message = "outgoing";
iq = {
["http://jabber.org/protocol/pubsub"] = "both";
["http://jabber.org/protocol/pubsub#owner"] = "both";
["http://jabber.org/protocol/pubsub#owner"] = "set";
};
}
}
@ -15,6 +15,7 @@ then
{ "whatsapp", "Whatsapp gateway" };
}
Component ("u."..ENV_DOMAIN_NAME) "http_file_share"
Component ("pubsub."..ENV_DOMAIN_NAME) "pubsub"
Component "whatsapp"
component_secret = ENV_SLIDGE_SECRET or ""
modules_enabled = {"privilege"}