# HG changeset patch # User Marco Cirillo # Date 1316721200 0 # Node ID 8c19cbb8a6be21f8777025d173514edeec917527 # Parent 65026f99b93de0d176f124b05c8c5da187c237d2 correction, tweak. diff -r 65026f99b93d -r 8c19cbb8a6be mod_stanza_counter.wiki --- a/mod_stanza_counter.wiki Thu Sep 22 18:02:40 2011 +0000 +++ b/mod_stanza_counter.wiki Thu Sep 22 19:53:20 2011 +0000 @@ -14,11 +14,13 @@ Copy both files into prosody's module directory and place 'em into your enabled modules (stanza_counter_http requires to be loaded into the global section!) -Optional parameters for stanza_counter_http: +Optional parameters example for stanza_counter_http: {{{ -stanza_counter_http_ports -- uses prosody's bosh ports format (see documentation). +stanza_counter_http_ports = {{ port = 5280, path = "mycounterpath" }} }}} +stanza_counter_http_ports uses prosody's bosh ports format, [http://prosody.im/doc/setting_up_bosh#see here]. + = Compatibility = * 0.8 works