Mercurial > prosody-wiki
view mod_vjud.wiki @ 308:f5d82d6588d4
mod_auth_external: Clarify the protocol a bit more.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 10 Oct 2012 01:28:20 +0500 |
parents | 2dc7d6aab48e |
children | 2454dbf940a8 |
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", -- ... } }}} Alternatively, you can load it as a component: {{{ Component "search.example.com" "vjud" }}} (Some old clients require this) = Configuration = = Compatibility = || 0.8 || Works || || 0.9 || Works || || trunk || Works || Note that the version for 0.8 and 0.9 are slightly different.