comparison mod_vjud.wiki @ 292:7699308b4f9b

Add
author Kim Alvefur <zash@zash.se>
date Fri, 13 Jul 2012 15:02:26 +0200
parents
children 2dc7d6aab48e
comparison
equal deleted inserted replaced
291:5999d2eb2149 292:7699308b4f9b
1 #summary XEP-0055: Jabber Search
2 #labels Stage-Alpha
3
4 = Introduction =
5
6 Basic implementation of [http://xmpp.org/extensions/xep-0055.html XEP-0055: Jabber Search].
7
8 = Details =
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.
11
12 = Usage =
13
14 First copy the module to the prosody plugins directory.
15
16 Then add "vjud" to your modules_enabled list:
17 {{{
18 modules_enabled = {
19 -- ...
20 "vjud",
21 -- ...
22 }
23 }}}
24
25 = Configuration =
26
27
28 = Compatibility =
29 || 0.8 || Works ||
30 || 0.9 || Works ||
31 || trunk || Works ||
32
33 Note that the version for 0.8 and 0.9 are slightly different.
34
35 Some clients expect the search to live on a separate domain from the host and will not work with this module.