# HG changeset patch # User Kim Alvefur # Date 1342184546 -7200 # Node ID 7699308b4f9b9a9dc332169d8566fc475684adb7 # Parent 5999d2eb2149174d136d14cd1903fa76830cd772 Add diff -r 5999d2eb2149 -r 7699308b4f9b mod_vjud.wiki --- /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.