Software / code / prosody-modules
Comparison
mod_c2s_limit_sessions/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 28 Aug 2015 18:03:58 +0200 |
| parent | 1782:mod_c2s_limit_sessions/README.wiki@29f3d6b7ad16 |
| child | 2876:ea6b5321db50 |
comparison
equal
deleted
inserted
replaced
| 1802:0ab737feada6 | 1803:4d73a1a6ba68 |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 summary: Limit number of resources a user may connect | |
| 4 ... | |
| 5 | |
| 6 Introduction | |
| 7 ============ | |
| 8 | |
| 9 This module lets you limit number of resources a user may connect. | |
| 10 | |
| 11 Configuration | |
| 12 ============= | |
| 13 | |
| 14 After installing and adding the module to `modules_enabled` you can | |
| 15 specify a limit with `max_resources` wich defaults to 10. |