Software /
code /
prosody
Diff
plugins/mod_auth_anonymous.lua @ 3191:b6388c4f9250
mod_auth_anonymous: Fixed a syntax error.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Mon, 07 Jun 2010 04:22:49 +0500 |
parent | 3190:c4069680a01c |
child | 3270:4710fd513f94 |
line wrap: on
line diff
--- a/plugins/mod_auth_anonymous.lua Mon Jun 07 04:07:40 2010 +0500 +++ b/plugins/mod_auth_anonymous.lua Mon Jun 07 04:22:49 2010 +0500 @@ -35,7 +35,7 @@ end function provider.create_user(username, password) - return nil, "Account creation/modification not supported."; end + return nil, "Account creation/modification not supported."; end function provider.get_sasl_handler()