Diff

plugins/mod_presence.lua @ 1147:513c1d071045

mod_presence: return true from the presence handler
author Waqas Hussain <waqas20@gmail.com>
date Fri, 15 May 2009 06:28:02 +0500
parent 1057:2677f5a4e66b
child 1150:d71a8f28f18b
line wrap: on
line diff
--- a/plugins/mod_presence.lua	Fri May 15 06:23:55 2009 +0500
+++ b/plugins/mod_presence.lua	Fri May 15 06:28:02 2009 +0500
@@ -268,6 +268,7 @@
 			core_route_stanza(origin, stanza);
 		end
 	end
+	return true;
 end
 
 local add_handler = require "core.eventmanager2".add_handler;