Mercurial > prosody-hg
diff plugins/mod_component.lua @ 2877:1edeb8fe7d14
Merge 0.6.2/waqas with 0.6.2/MattJ
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 03 Mar 2010 22:05:05 +0000 |
| parents | 254f738aecec |
| children | 9c32f469b82c b7049746bd29 |
line wrap: on
line diff
--- a/plugins/mod_component.lua Fri Feb 19 03:30:27 2010 +0000 +++ b/plugins/mod_component.lua Wed Mar 03 22:05:05 2010 +0000 @@ -44,7 +44,7 @@ local secret = config.get(session.user, "core", "component_secret"); if not secret then - (session.log or log)("warn", "Component attempted to identify as %s, but component_password is not set", session.user); + (session.log or log)("warn", "Component attempted to identify as %s, but component_secret is not set", session.user); session:close("not-authorized"); return; end
