From dde71f594106e0d575d0c4ac390bf24bb1bc2275 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 3 Dec 2008 13:02:23 +0000 Subject: lxmppd -> Prosody --- core/discomanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/discomanager.lua b/core/discomanager.lua index ce0010d8..a733a834 100644 --- a/core/discomanager.lua +++ b/core/discomanager.lua @@ -10,7 +10,7 @@ local print = print; 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); -- cgit v1.2.3