Software / code / prosody-modules
Comparison
mod_firewall/README.markdown @ 2360:97e63e8f0f32
mod_firewall: README: Fix example usage of BOUNCE
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 15 Nov 2016 11:52:39 +0000 |
| parent | 2342:6848297cf40a |
| child | 2369:2fb11d34087e |
comparison
equal
deleted
inserted
replaced
| 2359:33e85070dc60 | 2360:97e63e8f0f32 |
|---|---|
| 138 | 138 |
| 139 KIND: iq | 139 KIND: iq |
| 140 TYPE: set | 140 TYPE: set |
| 141 PAYLOAD: jabber:iq:register | 141 PAYLOAD: jabber:iq:register |
| 142 INSPECT: {jabber:iq:register}query/username#=admin | 142 INSPECT: {jabber:iq:register}query/username#=admin |
| 143 BOUNCE=not-allowed The username 'admin' is reserved. | 143 BOUNCE=not-allowed (The username 'admin' is reserved.) |
| 144 | 144 |
| 145 That weird string deserves some explanation. It is a path, divided into | 145 That weird string deserves some explanation. It is a path, divided into |
| 146 segments by '/'. Each segment describes an element by its name, | 146 segments by '/'. Each segment describes an element by its name, |
| 147 optionally prefixed by its namespace in curly braces ('{...}'). If the | 147 optionally prefixed by its namespace in curly braces ('{...}'). If the |
| 148 path ends with a '\#' then the text content of the last element will be | 148 path ends with a '\#' then the text content of the last element will be |