mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
Temporary Disable S2S
Server to server connection is not working currently due to socks proxy issues #1
This commit is contained in:
parent
bb507e310c
commit
08dbb762b1
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@ modules_enabled = {
|
||||||
modules_disabled = {
|
modules_disabled = {
|
||||||
-- "offline"; -- Store offline messages
|
-- "offline"; -- Store offline messages
|
||||||
-- "c2s"; -- Handle client connections
|
-- "c2s"; -- Handle client connections
|
||||||
-- "s2s"; -- Handle server-to-server connections
|
"s2s"; -- Handle server-to-server connections
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue