From 4cc144b4fcffb34842c212896593c4df8c83740b Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 6 Dec 2015 02:08:24 +0100 Subject: mod_blocklist: Add comment about compliance issue #575 --- plugins/mod_blocklist.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/mod_blocklist.lua b/plugins/mod_blocklist.lua index b68c08d1..add7abb3 100644 --- a/plugins/mod_blocklist.lua +++ b/plugins/mod_blocklist.lua @@ -277,6 +277,9 @@ module:hook("pre-message/bare", bounce_outgoing, prio_out); module:hook("pre-message/full", bounce_outgoing, prio_out); module:hook("pre-message/host", bounce_outgoing, prio_out); +-- Note: MUST bounce these, but we don't because this would produce +-- lots of error replies due to server-generated presence. +-- FIXME some day, likely needing changes to mod_presence module:hook("pre-presence/bare", drop_outgoing, prio_out); module:hook("pre-presence/full", drop_outgoing, prio_out); module:hook("pre-presence/host", drop_outgoing, prio_out); -- cgit v1.2.3