rostermanager: Remove FIXME, per XMPP Core 8.1.1.1, we do not need to set the 'to...
authorKim Alvefur <zash@zash.se>
Sat, 12 Mar 2016 17:13:24 +0000 (18:13 +0100)
committerKim Alvefur <zash@zash.se>
Sat, 12 Mar 2016 17:13:24 +0000 (18:13 +0100)
core/rostermanager.lua

index 7f6fb82aba13f5f8a824e1144e6d8644a7a12dc1..58d1f16e1c5bf67b8dd8eeeef01940a10ed443cf 100644 (file)
@@ -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