Comparison

core/rostermanager.lua @ 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
parent 7167:7ae430fecf12
child 7779:b1f80447a2b1
comparison
equal deleted inserted replaced
7268:29861845e0e0 7271:dae47cd774ac
73 stanza:up(); -- move out from item 73 stanza:up(); -- move out from item
74 stanza:up(); -- move out from stanza 74 stanza:up(); -- move out from stanza
75 -- stanza ready 75 -- stanza ready
76 for _, session in pairs(hosts[host].sessions[username].sessions) do 76 for _, session in pairs(hosts[host].sessions[username].sessions) do
77 if session.interested then 77 if session.interested then
78 -- FIXME do we need to set stanza.attr.to?
79 session.send(stanza); 78 session.send(stanza);
80 end 79 end
81 end 80 end
82 end 81 end
83 end 82 end