plugins.pubsub: Return true to indicate success loading

Wed, 15 Dec 2010 14:50:10 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 15 Dec 2010 14:50:10 +0000
changeset 165
8c67ea868c06
parent 164
d862093d9f91
child 166
3499b4ea3277

plugins.pubsub: Return true to indicate success loading

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

mercurial