Changeset

394:2a81158b1fc7

Merge from waqas
author Matthew Wild <mwild1@gmail.com>
date Sun, 23 Nov 2008 05:21:21 +0000
parents 392:4418997f677d (current diff) 393:885a1864cd97 (diff)
children 396:29980099ca7e 398:79f84fc3e9ae
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/discomanager.lua	Sun Nov 23 05:20:33 2008 +0000
+++ b/core/discomanager.lua	Sun Nov 23 05:21:21 2008 +0000
@@ -9,7 +9,7 @@
 do
 	helper:addDiscoInfoHandler("*host", function(reply, to, from, node)
 		if hosts[to] then
-			reply:tag("identity", {category="server", type="im", name="ejabberd"}):up();
+			reply:tag("identity", {category="server", type="im", name="lxmppd"}):up();
 			return true;
 		end
 	end);