Software /
code /
prosody
Changeset
393:885a1864cd97
Ahem, a bit of an identity crisis..
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sun, 23 Nov 2008 10:20:56 +0500 |
parents | 389:c747d6963d95 |
children | 394:2a81158b1fc7 |
files | core/discomanager.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);