Diff

core/discomanager.lua @ 517:afd9f6590fd0

lxmppd -> Prosody
author Matthew Wild <mwild1@gmail.com>
date Wed, 03 Dec 2008 13:02:23 +0000
parent 420:aa1db0a80089
child 519:cccd610a0ef9
line wrap: on
line diff
--- 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);