view mod_vjud.wiki @ 294:010cc20c03fa

mention mod_pubsub
author Kim Alvefur <zash@zash.se>
date Wed, 01 Aug 2012 16:13:29 +0200
parents 7699308b4f9b
children 2dc7d6aab48e
line wrap: on
line source

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