verse.plugins.tls: Return true to indicate success loading plugin

Tue, 11 May 2010 23:18:11 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 11 May 2010 23:18:11 +0100
changeset 66
cd66229bdd7f
parent 65
4f13cc5f96b0
child 67
8154b72591d5

verse.plugins.tls: Return true to indicate success loading plugin

plugins/tls.lua file | annotate | diff | comparison | revisions
--- 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