Changeset

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
parents 164:d862093d9f91
children 166:3499b4ea3277
files plugins/pubsub.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)