# HG changeset patch # User Matthew Wild # Date 1294374747 0 # Node ID c51737e6b445cb820090aecff4fefb6f870f05f4 # Parent 7699cef0474072e834bfa018d3a6065c0d324952 prosody.cfg.lua.dist: Add note about the require_encryption options diff -r 7699cef04740 -r c51737e6b445 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Fri Jan 07 04:22:28 2011 +0000 +++ b/prosody.cfg.lua.dist Fri Jan 07 04:32:27 2011 +0000 @@ -89,7 +89,12 @@ certificate = "certs/localhost.cert"; } --- Require encryption on client/server connections? +-- Only allow encrypted streams? Encryption is already used when +-- available. These options will cause Prosody to deny connections that +-- are not encrypted. Note that some servers do not support s2s +-- encryption or have it disabled, including gmail.com and Google Apps +-- domains. + --c2s_require_encryption = false --s2s_require_encryption = false