prosody.cfg.lua.dist: Add note about the require_encryption options
authorMatthew Wild <mwild1@gmail.com>
Fri, 7 Jan 2011 04:32:27 +0000 (04:32 +0000)
committerMatthew Wild <mwild1@gmail.com>
Fri, 7 Jan 2011 04:32:27 +0000 (04:32 +0000)
prosody.cfg.lua.dist

index 75c473a3074648b37e5281b1b07481bd8fbd497d..ad53310465127202edcd2c9f7900f6357030f9d7 100644 (file)
@@ -89,7 +89,12 @@ ssl = {
        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