Enable MAM and PubSub
This commit is contained in:
parent
61c5eb5985
commit
251fa2147f
3 changed files with 6 additions and 4 deletions
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue