# HG changeset patch # User Marco Cirillo # Date 1338000066 0 # Node ID b5563fb582aaa21d0831db5603d9e1f58d96e558 # Parent 6e38c45ffc08861c0458898c23df86231d3ee57f updated wiki. diff -r 6e38c45ffc08 -r b5563fb582aa mod_stanza_counter.wiki --- a/mod_stanza_counter.wiki Wed May 23 21:53:09 2012 +0200 +++ b/mod_stanza_counter.wiki Sat May 26 02:41:06 2012 +0000 @@ -1,5 +1,5 @@ #summary Simple incoming and outgoing stanza counter -#labels Stage-Beta +#labels Stage-Stable = Introduction = @@ -14,16 +14,7 @@ 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 example for stanza_counter_http: -{{{ -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]. += Info = -= Compatibility = - - * 0.8 works - * 0.7 should work - * 0.6 won't work - * 0.5 won't work + * As of now to count components stanzas, it needs to be manually loaded (inserted into modules_enabled of the components' sections) on these. + * This version isn't compatible with previous versions of prosody (looks at 0.8-diverge branch for olders).