comparison mod_vjud.wiki @ 365:2454dbf940a8

mod_vjud.wiki: Update for 0.9 changes
author Kim Alvefur <zash@zash.se>
date Fri, 28 Jun 2013 17:23:18 +0200
parents 2dc7d6aab48e
children
comparison
equal deleted inserted replaced
364:ce55e811637b 365:2454dbf940a8
5 5
6 Basic implementation of [http://xmpp.org/extensions/xep-0055.html XEP-0055: Jabber Search]. 6 Basic implementation of [http://xmpp.org/extensions/xep-0055.html XEP-0055: Jabber Search].
7 7
8 = Details = 8 = Details =
9 9
10 This module does two things. Firsty, it allows users to opt-in to be searchable. And secondly, allows users to search the list of those users. 10 This module has two modes. One mode requires users to opt-in to be
11 searchable, then allows users to search the list of those users. The
12 second mode allows search accross all users.
11 13
12 = Usage = 14 = Usage =
13 15
14 First copy the module to the prosody plugins directory. 16 First copy the module to the prosody plugins directory.
15 17
31 33
32 (Some old clients require this) 34 (Some old clients require this)
33 35
34 = Configuration = 36 = Configuration =
35 37
38 || Option || Default || Description ||
39 || vjud_mode || "opt-in" || Defines how the module behaves ||
36 40
37 = Compatibility = 41 = Compatibility =
38 || 0.8 || Works || 42 || 0.8 || Works, but only the opt-in mode ||
39 || 0.9 || Works || 43 || 0.9 || Works ||
40 || trunk || Works || 44 || trunk || Works ||
41 45
42 Note that the version for 0.8 and 0.9 are slightly different. 46 Note that the version for 0.8 and 0.9 are slightly different.
43 47