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 | 89df062a5e59c9bad2e15b0b11a89361cc439cb1 (patch) | |
tree | f040d76354aadc420d65f1a555d0b1b24877ba24 | |
parent | e1769afc17d978417c95f944ac757ed45b319d92 (diff) | |
download | prosody-89df062a5e59c9bad2e15b0b11a89361cc439cb1.tar.gz prosody-89df062a5e59c9bad2e15b0b11a89361cc439cb1.zip |
rostermanager: Remove FIXME, per XMPP Core 8.1.1.1, we do not need to set the 'to' attribute
-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 |