Software /
code /
prosody-modules
Changeset
1319:400a7fdd2049
mod_vjud: Fix typo
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 26 Feb 2014 18:36:22 +0100 |
parents | 1318:5d49dc72b732 |
children | 1320:e670d4cc5027 1321:3fd6579d60cc |
files | mod_vjud/mod_vjud.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_vjud/mod_vjud.lua Wed Feb 26 11:00:30 2014 +0100 +++ b/mod_vjud/mod_vjud.lua Wed Feb 26 18:36:22 2014 +0100 @@ -40,7 +40,7 @@ or module.host); module:depends"disco"; -if module:get_host_type() == "completed" then +if module:get_host_type() == "component" then module:add_identity("directory", "user", module:get_option_string("name", "User search")); end module:add_feature("jabber:iq:search");