rostermanager: Remove FIXME, per XMPP Core 8.1.1.1, we do not need to set the 'to' attribute
authorKim Alvefur <zash@zash.se>
Sat, 12 Mar 2016 18:13:24 +0100
changeset 7274 dae47cd774ac
parent 7271 29861845e0e0
child 7275 a23ca90d1984
rostermanager: Remove FIXME, per XMPP Core 8.1.1.1, we do not need to set the 'to' attribute
core/rostermanager.lua
--- 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