Software /
code /
prosody-modules
Comparison
mod_group_bookmarks/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 |
comparison
equal
deleted
inserted
replaced
1819:1b08597b5e6f | 1820:8de50be756e5 |
---|---|
37 [otherroom@conferenceserver] | 37 [otherroom@conferenceserver] |
38 user3@example.net=User 3 | 38 user3@example.net=User 3 |
39 | 39 |
40 Add "group\_bookmarks" to your modules\_enabled list: | 40 Add "group\_bookmarks" to your modules\_enabled list: |
41 | 41 |
42 modules_enabled = { | 42 modules_enabled = { |
43 -- ...other modules here... -- | 43 -- ...other modules here... -- |
44 "group_bookmarks"; | 44 "group_bookmarks"; |
45 -- ...maybe some more here... -- | 45 -- ...maybe some more here... -- |
46 } | 46 } |
47 | 47 |
48 Configuration | 48 Configuration |
49 ============= | 49 ============= |
50 | 50 |
51 ------------------------ --------------------------------------------------- | 51 ------------------------ --------------------------------------------------- |