Software / code / prosody-modules
Comparison
mod_firewall/README.markdown @ 2047:2ec7c0b8a371
mod_firewall/README: Fix table
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 13 Feb 2016 15:00:50 +0100 |
| parent | 2036:7ba6ed553c93 |
| child | 2092:f5d78bc016a6 |
comparison
equal
deleted
inserted
replaced
| 2046:980e5f5bd62c | 2047:2ec7c0b8a371 |
|---|---|
| 182 | 182 |
| 183 **Note:** It is important to know that 'example.com' is a valid JID on | 183 **Note:** It is important to know that 'example.com' is a valid JID on |
| 184 its own, and does **not** match 'user@example.com'. To perform domain | 184 its own, and does **not** match 'user@example.com'. To perform domain |
| 185 whitelists or blacklists, use Zones. | 185 whitelists or blacklists, use Zones. |
| 186 | 186 |
| 187 Condition Matches | 187 Condition Matches |
| 188 ----------- ------------------------------------------------------- | 188 ---------------- --------------------------------------------------------------- |
| 189 `FROM_EXACTLY` The JID in the 'from' attribute exactly matches the given JID | 189 `FROM_EXACTLY` The JID in the 'from' attribute exactly matches the given JID |
| 190 `TO_EXACTLY` The JID in the 'to' attribute exactly matches the given JID | 190 `TO_EXACTLY` The JID in the 'to' attribute exactly matches the given JID |
| 191 | 191 |
| 192 These additional conditions do not support pattern matching, but are | 192 These additional conditions do not support pattern matching, but are |
| 193 useful to match the exact to/from address on a stanza. For example, if | 193 useful to match the exact to/from address on a stanza. For example, if |
| 194 no resource is specified then only bare JIDs will be matched. TO and FROM | 194 no resource is specified then only bare JIDs will be matched. TO and FROM |
| 195 match all resources if no resource is specified to match. | 195 match all resources if no resource is specified to match. |