Software /
code /
prosody-modules
Comparison
mod_auth_any/mod_auth_any.lua @ 2437:75be377b74ea
mod_auth_any: Ignore unused arguments, useful to show what arguments are given
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 08 Jan 2017 11:30:40 +0100 |
parent | 1343:7dbde05b48a9 |
child | 2438:a528627e45ab |
comparison
equal
deleted
inserted
replaced
2436:a01a3fb96302 | 2437:75be377b74ea |
---|---|
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 -- luacheck: ignore 212 | |
8 | 9 |
9 local datamanager = require "util.datamanager"; | 10 local datamanager = require "util.datamanager"; |
10 local log = require "util.logger".init("auth_any"); | 11 local log = require "util.logger".init("auth_any"); |
11 local type = type; | 12 local type = type; |
12 local error = error; | 13 local error = error; |