comparison mod_stanza_counter.wiki @ 277:7a597092e71f

updated wikis.
author Marco Cirillo <maranda@lightwitch.org>
date Sat, 26 May 2012 02:55:01 +0000
parents b5563fb582aa
children
comparison
equal deleted inserted replaced
276:08744edfffba 277:7a597092e71f
12 12
13 = Usage = 13 = Usage =
14 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!) 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 16
17 Config for stanza_counter_http:
18 <code language="lua">
19 stanza_counter_basepath = "/counter-path-custom/"
20 </code>
21
17 = Info = 22 = Info =
18 23
19 * As of now to count components stanzas, it needs to be manually loaded (inserted into modules_enabled of the components' sections) on these. 24 * As of now to count components stanzas, it needs to be manually loaded (inserted into modules_enabled of the components' sections) on these.
20 * This version isn't compatible with previous versions of prosody (looks at 0.8-diverge branch for olders). 25 * This version isn't compatible with previous versions of prosody (looks at 0.8-diverge branch for olders).