core/discomanager.lua

changeset 517
afd9f6590fd0
parent 420
aa1db0a80089
child 519
cccd610a0ef9
--- a/core/discomanager.lua	Sun Nov 30 19:59:28 2008 +0000
+++ b/core/discomanager.lua	Wed Dec 03 13:02:23 2008 +0000
@@ -10,7 +10,7 @@
 do
 	helper:addDiscoInfoHandler("*host", function(reply, to, from, node)
 		if hosts[to] then
-			reply:tag("identity", {category="server", type="im", name="lxmppd"}):up();
+			reply:tag("identity", {category="server", type="im", name="Prosody"}):up();
 			return true;
 		end
 	end);

mercurial