plugins/tls.lua

changeset 66
cd66229bdd7f
parent 65
4f13cc5f96b0
child 67
8154b72591d5
--- a/plugins/tls.lua	Tue May 11 23:17:00 2010 +0100
+++ b/plugins/tls.lua	Tue May 11 23:18:11 2010 +0100
@@ -30,4 +30,6 @@
 	stream:hook("stream-features", handle_features, 400);
 	stream:hook("stream/"..xmlns_tls, handle_tls);
 	stream:hook("status", handle_status, 400);
+	
+	return true;
 end

mercurial