Fix nil concat when non-existant user is probed (another)

This commit is contained in:
Matthew Wild 2008-10-24 15:18:53 +01:00
parent b8aca953d6
commit d45f82770f

View file

@ -198,7 +198,7 @@ function core_route_stanza(origin, stanza)
end
end
else
send(origin, st.presence({from=user.."@"..host, to=origin.username.."@"..origin.host, type="unsubscribed"}));
send(origin, st.presence({from=user.."@"..host, to=stanza.attr.from, type="unsubscribed"}));
end
elseif stanza.attr.type == "subscribe" then
-- TODO