diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-12-03 13:02:23 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-12-03 13:02:23 +0000 |
commit | dde71f594106e0d575d0c4ac390bf24bb1bc2275 (patch) | |
tree | 3cd80392dec00ddd80b1d229de2c82e1b9c9500d /core | |
parent | 83492949889032e73dee35facb246feae8cc807c (diff) | |
download | prosody-dde71f594106e0d575d0c4ac390bf24bb1bc2275.tar.gz prosody-dde71f594106e0d575d0c4ac390bf24bb1bc2275.zip |
lxmppd -> Prosody
Diffstat (limited to 'core')
-rw-r--r-- | core/discomanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|