changeset 190:479655c59e6d

Updated wiki to reflect changes.
author maranda3985@gmail.com
date Fri, 22 Apr 2011 04:21:52 +0000
parents f95cbe1ac9d8
children c33d7df822ff
files mod_register_json.wiki
diffstat 1 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/mod_register_json.wiki	Sun Apr 17 14:59:07 2011 +0000
+++ b/mod_register_json.wiki	Fri Apr 22 04:21:52 2011 +0000
@@ -32,18 +32,14 @@
 Optional configuration directives:
 {{{
 reg_servlet_realm = "Your Realm Name of choice" -- Modifies the name of the authentication realm.
-reg_servlet_port = { *your port number here* } -- Uses a custom port number for the listener.
+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_wl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be ignored by the throttling.
 }}}
 
-Optional TLS directives:
-{{{
-reg_servlet_sslcert = "path/to/your/cert" -- Your tls/ssl cert file.
-reg_servlet_sslkey = "path/to/your/key" -- Your tls/ssl key file.
-}}}
-*To activate SSL/TLS on a listener both options need to be correctly set.*
+Notes on ports:
+Modified to use, prosody's standard ports configuration format, if you don't specify any port via *port =* param, 9280 (non ssl) and 9443 (ssl) will be used.
 
 = Compatibility =