Mercurial > prosody-hg
comparison plugins/mod_saslauth.lua @ 7899:2b3d0ab67f7d
mod_saslauth: Ignore shadowing of logger [luacheck]
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 15 Feb 2017 23:04:44 +0100 |
| parents | 08bde6a6fd56 |
| children | e520dc0c3af4 |
comparison
equal
deleted
inserted
replaced
| 7898:d8029b2e0f43 | 7899:2b3d0ab67f7d |
|---|---|
| 3 -- Copyright (C) 2008-2010 Waqas Hussain | 3 -- Copyright (C) 2008-2010 Waqas Hussain |
| 4 -- | 4 -- |
| 5 -- This project is MIT/X11 licensed. Please see the | 5 -- This project is MIT/X11 licensed. Please see the |
| 6 -- COPYING file in the source package for more information. | 6 -- COPYING file in the source package for more information. |
| 7 -- | 7 -- |
| 8 | 8 -- luacheck: ignore 431/log |
| 9 | 9 |
| 10 | 10 |
| 11 local st = require "util.stanza"; | 11 local st = require "util.stanza"; |
| 12 local sm_bind_resource = require "core.sessionmanager".bind_resource; | 12 local sm_bind_resource = require "core.sessionmanager".bind_resource; |
| 13 local sm_make_authenticated = require "core.sessionmanager".make_authenticated; | 13 local sm_make_authenticated = require "core.sessionmanager".make_authenticated; |
