aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2008-11-23 10:20:56 +0500
committerWaqas Hussain <waqas20@gmail.com>2008-11-23 10:20:56 +0500
commite448439f63119a6066b2ed6ac1b01e65b8235a0a (patch)
tree89c6f90fadeac47725208647a2b3488fb3ac6bfc /core
parent43c503330db3d5b1613c1babcd5ef150d2ccf247 (diff)
downloadprosody-e448439f63119a6066b2ed6ac1b01e65b8235a0a.tar.gz
prosody-e448439f63119a6066b2ed6ac1b01e65b8235a0a.zip
Ahem, a bit of an identity crisis..
Diffstat (limited to 'core')
-rw-r--r--core/discomanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/discomanager.lua b/core/discomanager.lua
index 471f1101..5f7b3c78 100644
--- a/core/discomanager.lua
+++ b/core/discomanager.lua
@@ -9,7 +9,7 @@ local rostermanager_is_contact_subscribed = require "core.rostermanager".is_cont
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);