4 summary: Simple incoming and outgoing stanza counter
10 This module counts incoming and outgoing stanzas from when the instance
11 started, and makes the data available to other modules by creating a
12 global prosody. object
17 The counter module is "stanza\_counter", the example output module is
18 stanza\_counter\_http.
23 Copy both files into prosody's module directory and place 'em into your
24 enabled modules (stanza\_counter\_http requires to be loaded into the
27 Config for stanza\_counter\_http:
31 stanza_counter_basepath = "/counter-path-custom/"
37 - As of now to count components stanzas, it needs to be manually
38 loaded (inserted into modules\_enabled of the components' sections)
40 - This version isn't compatible with previous versions of prosody
41 (looks at 0.8-diverge branch for olders).