Software /
code /
prosody
Diff
core/discomanager.lua @ 393:885a1864cd97
Ahem, a bit of an identity crisis..
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sun, 23 Nov 2008 10:20:56 +0500 |
parent | 388:9f520efc89ba |
child | 419:af362df8e6fd |
line wrap: on
line diff
--- 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);