Diff

plugins/pubsub.lua @ 165:8c67ea868c06

plugins.pubsub: Return true to indicate success loading
author Matthew Wild <mwild1@gmail.com>
date Wed, 15 Dec 2010 14:50:10 +0000
parent 159:88cc513e81c8
child 193:fa6e1e65cb3c
line wrap: on
line diff
--- a/plugins/pubsub.lua	Wed Dec 15 14:49:46 2010 +0000
+++ b/plugins/pubsub.lua	Wed Dec 15 14:50:10 2010 +0000
@@ -24,6 +24,7 @@
 			end
 		end
 	end);
+	return true;
 end
 
 function pubsub:subscribe(server, node, jid, callback)