view mod_stanza_counter.wiki @ 266:622c6dccb592

Carbons has been tested with 0.8 and 0.9
author Kim Alvefur <zash@zash.se>
date Tue, 28 Feb 2012 14:41:02 +0100
parents 97f27542295a
children b5563fb582aa
line wrap: on
line source

#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 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].

= Compatibility =

 * 0.8 works
 * 0.7 should work
 * 0.6 won't work
 * 0.5 won't work