Diff

plugins/mod_presence.lua @ 1023:c0a3ef0a1f34

mod_presence: Remove some rather drastic debugging code
author Waqas Hussain <waqas20@gmail.com>
date Wed, 22 Apr 2009 00:49:45 +0500
parent 1019:8d750336e517
child 1044:41a0c76127f4
line wrap: on
line diff
--- a/plugins/mod_presence.lua	Tue Apr 21 20:31:12 2009 +0100
+++ b/plugins/mod_presence.lua	Wed Apr 22 00:49:45 2009 +0500
@@ -41,7 +41,6 @@
 end
 
 function handle_normal_presence(origin, stanza, core_route_stanza)
-			error("hello world")
 	if origin.roster then
 		for jid in pairs(origin.roster) do -- broadcast to all interested contacts
 			local subscription = origin.roster[jid].subscription;