mod_stanza_counter/README.wiki
changeset 1786 29f3d6b7ad16
equal deleted inserted replaced
1785:12ac88940fe3 1786:29f3d6b7ad16
       
     1 #summary Simple incoming and outgoing stanza counter
       
     2 #labels Stage-Stable
       
     3 
       
     4 = Introduction =
       
     5 
       
     6 This module counts incoming and outgoing stanzas from when the instance started,
       
     7 and makes the data available to other modules by creating a global prosody. object
       
     8 
       
     9 = Details =
       
    10 
       
    11 The counter module is "stanza_counter", the example output module is stanza_counter_http.
       
    12 
       
    13 = Usage =
       
    14 
       
    15 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!)
       
    16 
       
    17 Config for stanza_counter_http:
       
    18 <code language="lua">
       
    19 stanza_counter_basepath = "/counter-path-custom/"
       
    20 </code>
       
    21 
       
    22 = Info =
       
    23 
       
    24  * As of now to count components stanzas, it needs to be manually loaded (inserted into modules_enabled of the components' sections) on these.
       
    25  * This version isn't compatible with previous versions of prosody (looks at 0.8-diverge branch for olders).