Merge from waqas

Sun, 23 Nov 2008 05:21:21 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 23 Nov 2008 05:21:21 +0000
changeset 394
2a81158b1fc7
parent 392
4418997f677d (current diff)
parent 393
885a1864cd97 (diff)
child 396
29980099ca7e
child 398
79f84fc3e9ae

Merge from waqas

--- 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);

mercurial