Ahem, a bit of an identity crisis..

Sun, 23 Nov 2008 10:20:56 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Sun, 23 Nov 2008 10:20:56 +0500
changeset 393
885a1864cd97
parent 389
c747d6963d95
child 394
2a81158b1fc7

Ahem, a bit of an identity crisis..

core/discomanager.lua file | annotate | diff | comparison | revisions
--- a/core/discomanager.lua	Sun Nov 23 03:32:57 2008 +0500
+++ b/core/discomanager.lua	Sun Nov 23 10:20:56 2008 +0500
@@ -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