Mercurial > prosody-wiki
changeset 292:7699308b4f9b
Add
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 13 Jul 2012 15:02:26 +0200 |
parents | 5999d2eb2149 |
children | 341195fb3d62 |
files | mod_vjud.wiki |
diffstat | 1 files changed, 35 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_vjud.wiki Fri Jul 13 15:02:26 2012 +0200 @@ -0,0 +1,35 @@ +#summary XEP-0055: Jabber Search +#labels Stage-Alpha + += Introduction = + +Basic implementation of [http://xmpp.org/extensions/xep-0055.html XEP-0055: Jabber Search]. + += Details = + +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. + += Usage = + +First copy the module to the prosody plugins directory. + +Then add "vjud" to your modules_enabled list: +{{{ + modules_enabled = { + -- ... + "vjud", + -- ... + } +}}} + += Configuration = + + += Compatibility = +|| 0.8 || Works || +|| 0.9 || Works || +|| trunk || Works || + +Note that the version for 0.8 and 0.9 are slightly different. + +Some clients expect the search to live on a separate domain from the host and will not work with this module.