changeset 228:818b1135d3e3

corrected wording.
author maranda@lightwitch.org
date Sat, 05 Nov 2011 19:13:00 +0000
parents e661e843f083
children 9278544faffb
files mod_register_json.wiki
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_register_json.wiki	Tue Oct 11 00:58:27 2011 +0000
+++ b/mod_register_json.wiki	Sat Nov 05 19:13:00 2011 +0000
@@ -34,7 +34,7 @@
 reg_servlet_realm = "Your Realm Name of choice" -- Modifies the name of the authentication realm.
 reg_servlet_ports = { *configuration directives in bosh ports format* } -- Allows to configure custom ports see: http://prosody.im/doc/setting_up_bosh
 reg_servlet_ttime = seconds -- Specifies the time (in seconds) between each request coming from the same remote address.
-reg_servlet_bl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be blacklisted and won't be able to register.
+reg_servlet_bl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be blacklisted and will not be able to submit registrations.
 reg_servlet_wl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be ignored by the throttling.
 }}}