aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-11-23 05:21:21 +0000
committerMatthew Wild <mwild1@gmail.com>2008-11-23 05:21:21 +0000
commitfe379b9bdb0b4a52eeef2824e89164bc0e32fd44 (patch)
treeab7afdfddc4b1612353bef92eb2b124d8e45d69e /core
parent82bec5715e559a1e1537d90a43dc8516b79e6a92 (diff)
parente448439f63119a6066b2ed6ac1b01e65b8235a0a (diff)
downloadprosody-fe379b9bdb0b4a52eeef2824e89164bc0e32fd44.tar.gz
prosody-fe379b9bdb0b4a52eeef2824e89164bc0e32fd44.zip
Merge from waqas
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);