aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
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);