util.sasl.*: Add 'sasl.' prefix to module names

This commit is contained in:
Matthew Wild 2011-01-11 05:30:55 +00:00
parent 327a174479
commit 42e80ba893
4 changed files with 6 additions and 6 deletions

View file

@ -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