Software /
code /
prosody
Changeset
7271:dae47cd774ac
rostermanager: Remove FIXME, per XMPP Core 8.1.1.1, we do not need to set the 'to' attribute
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 12 Mar 2016 18:13:24 +0100 |
parents | 7268:29861845e0e0 |
children | 7272:a23ca90d1984 |
files | core/rostermanager.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/rostermanager.lua Fri Mar 11 13:37:18 2016 +0100 +++ b/core/rostermanager.lua Sat Mar 12 18:13:24 2016 +0100 @@ -75,7 +75,6 @@ -- stanza ready for _, session in pairs(hosts[host].sessions[username].sessions) do if session.interested then - -- FIXME do we need to set stanza.attr.to? session.send(stanza); end end