Difference between revisions of "Securing XMPP"

Jump to navigation Jump to search
113 bytes added ,  19:32, 21 November 2013
→‎Prosody: Fix config file name, rephrase sentence and link to docs
(→‎Prosody: Remove s2s_insecure_domains, it has no effect here, and add link to docs)
 
(→‎Prosody: Fix config file name, rephrase sentence and link to docs)
Line 43: Line 43:
=== Prosody ===
=== Prosody ===


Ensure that prosody.conf.lua contains the following settings against each <code>VirtualHost</code>:
Ensure that ''prosody.cfg.lua'' contains the following settings in the [https://prosody.im/doc/configure#overview global section] of your config, or under the specific <code>VirtualHost</code> you want to secure:


   c2s_require_encryption = true
   c2s_require_encryption = true

Navigation menu