# HG changeset patch # User maranda3985@gmail.com # Date 1303446112 0 # Node ID 479655c59e6d1f044854c3937a5ad4111eeec2fd # Parent f95cbe1ac9d8bd9d86699c3ae1b05882d621990a Updated wiki to reflect changes. diff -r f95cbe1ac9d8 -r 479655c59e6d mod_register_json.wiki --- 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 =