292
|
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. |