Software /
code /
prosody-modules
Comparison
mod_candy/README.markdown @ 2450:36ffe9d11132
mod_candy: Add config option for a list of rooms to join
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 20 Jan 2017 01:24:32 +0100 |
parent | 2341:52dd2a51dac8 |
child | 2451:56bab95e57f0 |
comparison
equal
deleted
inserted
replaced
2449:c9372cfac3b7 | 2450:36ffe9d11132 |
---|---|
28 unzip candy-2.2.0.zip | 28 unzip candy-2.2.0.zip |
29 | 29 |
30 After the module has been loaded, Candy will by default be reachable | 30 After the module has been loaded, Candy will by default be reachable |
31 from `http://example.com:5280/candy/` | 31 from `http://example.com:5280/candy/` |
32 | 32 |
33 It may be helpful to also enable [mod\_default\_bookmarks] so that Candy | 33 You can configure what rooms to join using either `candy_rooms` (an |
34 users always have some room(s) to join, or it will show an empty screen. | 34 array) or [mod\_default\_bookmarks]. By default, Candy will attempt to |
35 join rooms that the current user has bookmarked. If there are no rooms | |
36 to join, then Candy will show an emtpy screen. | |
35 | 37 |
36 Compatibility | 38 Compatibility |
37 ============= | 39 ============= |
38 | 40 |
39 ------- ------- | 41 ------- ------- |