Software /
code /
prosody
Comparison
plugins/mod_auth_anonymous.lua @ 3270:4710fd513f94
mod_auth_anonymous: Log as "auth_anonymous", not as "usermanager".
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Tue, 15 Jun 2010 09:14:47 +0500 |
parent | 3191:b6388c4f9250 |
child | 3291:c06b3f7c92b1 |
comparison
equal
deleted
inserted
replaced
3269:342fd8f8ccd9 | 3270:4710fd513f94 |
---|---|
5 -- | 5 -- |
6 -- This project is MIT/X11 licensed. Please see the | 6 -- This project is MIT/X11 licensed. Please see the |
7 -- COPYING file in the source package for more information. | 7 -- COPYING file in the source package for more information. |
8 -- | 8 -- |
9 | 9 |
10 local log = require "util.logger".init("usermanager"); | 10 local log = require "util.logger".init("auth_anonymous"); |
11 local type = type; | 11 local type = type; |
12 local ipairs = ipairs; | 12 local ipairs = ipairs; |
13 local jid_bare = require "util.jid".bare; | 13 local jid_bare = require "util.jid".bare; |
14 local config = require "core.configmanager"; | 14 local config = require "core.configmanager"; |
15 local new_sasl = require "util.sasl".new; | 15 local new_sasl = require "util.sasl".new; |