mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
util.sasl.*: Add 'sasl.' prefix to module names
This commit is contained in:
parent
327a174479
commit
42e80ba893
4 changed files with 6 additions and 6 deletions
|
@ -15,7 +15,7 @@ local s_match = string.match;
|
|||
local saslprep = require "util.encodings".stringprep.saslprep;
|
||||
local log = require "util.logger".init("sasl");
|
||||
|
||||
module "plain"
|
||||
module "sasl.plain"
|
||||
|
||||
-- ================================
|
||||
-- SASL PLAIN according to RFC 4616
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue