Mercurial > prosody-hg
comparison plugins/mod_auth_anonymous.lua @ 8060:71bdfdf6565d
Merge 0.10->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 04 Apr 2017 01:41:09 +0200 |
| parents | 7d26dab7ce0d |
| children | d60094d9b458 |
comparison
equal
deleted
inserted
replaced
| 8051:b2681397bafa | 8060:71bdfdf6565d |
|---|---|
| 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 new_sasl = require "util.sasl".new; | 10 local new_sasl = require "util.sasl".new; |
| 10 local datamanager = require "util.datamanager"; | 11 local datamanager = require "util.datamanager"; |
| 11 local hosts = prosody.hosts; | 12 local hosts = prosody.hosts; |
| 12 | 13 |
