Changeset

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
parents 1022:820995fbb7cf
children 1025:efd71cae24ea
files plugins/mod_presence.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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;