diff options
author | Kim Alvefur <zash@zash.se> | 2016-03-12 18:13:24 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-03-12 18:13:24 +0100 |
commit | 3c8ec0ee57562b1e7c30aa4d175c80c0c0ae383f (patch) | |
tree | f040d76354aadc420d65f1a555d0b1b24877ba24 /core | |
parent | 3cee8c1473a0938b58ec0ed93c266c33ec26a4a6 (diff) | |
download | prosody-3c8ec0ee57562b1e7c30aa4d175c80c0c0ae383f.tar.gz prosody-3c8ec0ee57562b1e7c30aa4d175c80c0c0ae383f.zip |
rostermanager: Remove FIXME, per XMPP Core 8.1.1.1, we do not need to set the 'to' attribute
Diffstat (limited to 'core')
-rw-r--r-- | core/rostermanager.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/rostermanager.lua b/core/rostermanager.lua index 7f6fb82a..58d1f16e 100644 --- a/core/rostermanager.lua +++ b/core/rostermanager.lua @@ -75,7 +75,6 @@ local function roster_push(username, host, jid) -- 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 |