comparison mod_s2s_never_encrypt_blacklist.wiki @ 205:97e15fe16c0b

wiki: added page for mod_s2s_never_encrypt_blacklist
author maranda3985@gmail.com
date Fri, 02 Sep 2011 23:05:24 +0000
parents
children 007a1fe5d2d1
comparison
equal deleted inserted replaced
204:b3095d15dd90 205:97e15fe16c0b
1 #labels Stage-Beta
2 = Details =
3
4 Let's you stop Prosody from sending <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'> feature to choppy/buggy servers which therefore would fail to re-negotiate using a secure stream. (e.g. OpenFire)
5
6 = Usage =
7
8 Copy the plugin into your prosody's modules directory.
9
10 And add it between your enabled modules into the global section (modules_enabled).
11
12 Then list each host as follow:
13 {{{
14 tls_s2s_blacklist = { "host1.tld", "host2.tld", "host3.tld" }
15 }}}
16
17 = Compatibility =
18
19 It's supposed to work with 0.7-0.8.x