util.throttle: Generic module by waqas to limit something over some time
[prosody.git] / util / sasl / plain.lua
index d6ebe304a10ef080eb0ffe94063100658791f0fd..fb20cf97d45e0424afd7c7044c5062dc37d68b73 100644 (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