comparison mod_stanza_counter.wiki @ 221:8c19cbb8a6be

correction, tweak.
author Marco Cirillo <maranda@lightwitch.org>
date Thu, 22 Sep 2011 19:53:20 +0000
parents 65026f99b93d
children 97f27542295a
comparison
equal deleted inserted replaced
220:65026f99b93d 221:8c19cbb8a6be
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 Optional parameters for stanza_counter_http: 17 Optional parameters example for stanza_counter_http:
18 {{{ 18 {{{
19 stanza_counter_http_ports -- uses prosody's bosh ports format (see documentation). 19 stanza_counter_http_ports = {{ port = 5280, path = "mycounterpath" }}
20 }}} 20 }}}
21
22 stanza_counter_http_ports uses prosody's bosh ports format, [http://prosody.im/doc/setting_up_bosh#see here].
21 23
22 = Compatibility = 24 = Compatibility =
23 25
24 * 0.8 works 26 * 0.8 works
25 * 0.7 should work 27 * 0.7 should work