Skip to content
Snippets Groups Projects
Commit 681993c7 authored by Bob Mottram's avatar Bob Mottram
Browse files

Allow onion xmpp s2s

parent da89ac16
No related branches found
No related tags found
No related merge requests found
......@@ -1073,8 +1073,6 @@ function xmpp_create_config {
echo " options = { \"no_sslv2\", \"no_sslv3\" };";
echo " dhparam = \"/etc/prosody/xmpp.dhparam\";";
echo " }"; } >> /etc/prosody/prosody.cfg.lua
else
echo " modules_disabled = { \"s2s\" }" >> /etc/prosody/prosody.cfg.lua
fi
{ echo 'storage = { muc_log = "sql"; }';
echo 'sql = { driver = "SQLite3", database = "prosody.sqlite" }';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment