Software /
code /
prosody-modules
Changeset
5529:a8f49bf7f8e6
mod_firewall: README: Add some emphasis on the exact behaviour of TO FULL JID
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 08 Jun 2023 11:25:40 +0100 |
parents | 5528:ce6e071d61a0 |
children | 5530:8226ac08484e |
files | mod_firewall/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_firewall/README.markdown Wed Jun 07 15:59:34 2023 +0200 +++ b/mod_firewall/README.markdown Thu Jun 08 11:25:40 2023 +0100 @@ -260,7 +260,7 @@ `FROM` The JID in the 'from' attribute matches the given JID. `TO` The JID in the 'to' attribute matches the given JID. `TO SELF` The stanza is sent by any of a user's resources to their own bare JID. - `TO FULL JID` The stanza is addressed to a valid full JID on the local server (full JIDs include a resource at the end, and only exist for the lifetime of a single session, therefore the recipient must be online, or this check will not match). + `TO FULL JID` The stanza is addressed to a **valid** full JID on the local server (full JIDs include a resource at the end, and only exist for the lifetime of a single session, therefore the recipient **must be online**, or this check will not match). The TO and FROM conditions both accept wildcards in the JID when it is enclosed in angle brackets ('\<...\>'). For example: