Diff

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
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