Adding logging for outbound presence broadcasts (changed it a bit)

Mon, 17 Nov 2008 12:27:02 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Mon, 17 Nov 2008 12:27:02 +0500
changeset 325
5de1048b3fbf
parent 324
fb3266478a0d
child 326
99a8317d1235

Adding logging for outbound presence broadcasts (changed it a bit)

core/presencemanager.lua file | annotate | diff | comparison | revisions
--- a/core/presencemanager.lua	Mon Nov 17 12:21:21 2008 +0500
+++ b/core/presencemanager.lua	Mon Nov 17 12:27:02 2008 +0500
@@ -32,7 +32,7 @@
 			end
 		end
 	end
-	log("info", "broadcasted presence of "..count.." resources from "..user.."@"..host.." to "..to_bare);
+	log("info", "broadcasted presence of "..count.." resources from "..user.."@"..host.." to "..jid);
 	return count;
 end
 

mercurial