Software / code / prosody-modules
Comparison
mod_telnet_tlsinfo/README.markdown @ 1820:8de50be756e5
Various README files: Correct indentation levels, fix syntax and other small fixes
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 02 Sep 2015 17:30:33 +0200 |
| parent | 1803:4d73a1a6ba68 |
| child | 2876:ea6b5321db50 |
comparison
equal
deleted
inserted
replaced
| 1819:1b08597b5e6f | 1820:8de50be756e5 |
|---|---|
| 13 ============= | 13 ============= |
| 14 | 14 |
| 15 Just add the module to the `modules_enabled` list. There is no other | 15 Just add the module to the `modules_enabled` list. There is no other |
| 16 configuration. | 16 configuration. |
| 17 | 17 |
| 18 modules_enabled = { | 18 modules_enabled = { |
| 19 ... | 19 ... |
| 20 "telnet_tlsinfo"; | 20 "telnet_tlsinfo"; |
| 21 } | 21 } |
| 22 | 22 |
| 23 Usage | 23 Usage |
| 24 ===== | 24 ===== |
| 25 | 25 |
| 26 Simply type `c2s:showtls()` to show client connections or | 26 Simply type `c2s:showtls()` to show client connections or |