# HG changeset patch # User maranda3985@gmail.com # Date 1315008995 0 # Node ID ef34b35b8a736ed0d634c52b8aaff25a6e73dfb7 # Parent 5211b343abc2b9423217ca51a4ea147d2f81cb02 added second ip option. diff -r 5211b343abc2 -r ef34b35b8a73 mod_s2s_never_encrypt_blacklist.wiki --- a/mod_s2s_never_encrypt_blacklist.wiki Sat Sep 03 01:49:53 2011 +0200 +++ b/mod_s2s_never_encrypt_blacklist.wiki Sat Sep 03 00:16:35 2011 +0000 @@ -14,6 +14,11 @@ tls_s2s_blacklist = { "host1.tld", "host2.tld", "host3.tld" } }}} +In the unfortunate case of OpenFire... you can add the Server's ip address directly as it may not send proper rfc6121 requests. +{{{ +tls_s2s_blacklist_ip = { "a.a.a.a", "b.b.b.b", "c.c.c.c" } +}}} + = Compatibility = It's supposed to work with 0.7-0.8.x \ No newline at end of file