# HG changeset patch # User maranda3985@gmail.com # Date 1315004724 0 # Node ID 97e15fe16c0b43feeb5be72f232b86c8cf968a65 # Parent b3095d15dd90559759e86faca0faf1f04d799de6 wiki: added page for mod_s2s_never_encrypt_blacklist diff -r b3095d15dd90 -r 97e15fe16c0b mod_s2s_never_encrypt_blacklist.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_s2s_never_encrypt_blacklist.wiki Fri Sep 02 23:05:24 2011 +0000 @@ -0,0 +1,19 @@ +#labels Stage-Beta += Details = + +Let's you stop Prosody from sending feature to choppy/buggy servers which therefore would fail to re-negotiate using a secure stream. (e.g. OpenFire) + += Usage = + +Copy the plugin into your prosody's modules directory. + +And add it between your enabled modules into the global section (modules_enabled). + +Then list each host as follow: +{{{ +tls_s2s_blacklist = { "host1.tld", "host2.tld", "host3.tld" } +}}} + += Compatibility = + +It's supposed to work with 0.7-0.8.x \ No newline at end of file