# HG changeset patch # User Marco Cirillo # Date 1316714391 0 # Node ID d71a16f557cbacf66c6b5f3f5418c591ca5bf4d9 # Parent 19a544b455b89b3fe9410eaae482b5f8c13eb255 mod_stanza_counter: added wiki page. diff -r 19a544b455b8 -r d71a16f557cb mod_stanza_counter.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_stanza_counter.wiki Thu Sep 22 17:59:51 2011 +0000 @@ -0,0 +1,27 @@ +#summary Simple incoming and outgoing stanza counter +#labels Stage-Beta + += Introduction = + +This module counts incoming and outgoing stanzas from when the instance started, +and makes the data available to other modules by creating a global prosody. object + += Details = + +The counter module is "stanza_counter", the example output module is stanza_counter_http. + += Usage = + +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: +{{{ +stanza_counter_http_ports -- uses prosody's bosh ports format [http://prosody.im/doc/setting_up_bosh#see here]. +}}} + += Compatibility = + + * 0.8 works + * 0.7 should work + * 0.6 won't work + * 0.5 won't work