mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_blocklist: Add comment about compliance issue #575
This commit is contained in:
parent
0ec9e20543
commit
4b1ba49a85
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue