Mercurial > prosody-modules
comparison mod_firewall/README.markdown @ 5703:0ac4545cb4f9
mod_firewall: Tweak page outline
Having 'Sender/recipient matching' under 'Stanza matching' makes more
sense to me than the former being a top level item.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 12 Nov 2023 16:14:09 +0100 |
parents | 8226ac08484e |
children | ad5c77793750 |
comparison
equal
deleted
inserted
replaced
5702:616c0459aca7 | 5703:0ac4545cb4f9 |
---|---|
251 **Note:** The type 'available' for presence does not actually appear in | 251 **Note:** The type 'available' for presence does not actually appear in |
252 the protocol. Available presence is signalled by the omission of a type. | 252 the protocol. Available presence is signalled by the omission of a type. |
253 Similarly, a message stanza with no type is equivalent to one of type | 253 Similarly, a message stanza with no type is equivalent to one of type |
254 'normal'. mod\_firewall handles these cases for you automatically. | 254 'normal'. mod\_firewall handles these cases for you automatically. |
255 | 255 |
256 ### Sender/recipient matching | 256 #### Sender/recipient matching |
257 | 257 |
258 Condition Matches | 258 Condition Matches |
259 --------------- ------------------------------------------------------- | 259 --------------- ------------------------------------------------------- |
260 `FROM` The JID in the 'from' attribute matches the given JID. | 260 `FROM` The JID in the 'from' attribute matches the given JID. |
261 `TO` The JID in the 'to' attribute matches the given JID. | 261 `TO` The JID in the 'to' attribute matches the given JID. |