aboutsummaryrefslogtreecommitdiffstats
path: root/core/discomanager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/discomanager.lua')
-rw-r--r--core/discomanager.lua2
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);