plugins/sasl.lua

changeset 380
0891b4e27766
parent 360
ac3940bad1bf
child 395
e86144a4eaa1
--- a/plugins/sasl.lua	Fri May 01 21:46:24 2015 +0200
+++ b/plugins/sasl.lua	Fri May 01 23:27:29 2015 +0200
@@ -48,7 +48,7 @@
 		stream:send(auth_stanza);
 		return true;
 	end
-	
+
 	local function handle_sasl(sasl_stanza)
 		if sasl_stanza.name == "failure" then
 			local err = sasl_stanza.tags[1];
@@ -71,10 +71,10 @@
 		end
 		return true;
 	end
-	
+
 	stream:hook("stream-features", handle_features, 300);
 	stream:hook("stream/"..xmlns_sasl, handle_sasl);
-	
+
 	return true;
 end
 

mercurial