Mercurial > prosody-modules
comparison mod_candy/README.markdown @ 2452:7d86018a6394
mod_candy/README: Link to HTTP configuration info
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 20 Jan 2017 01:20:48 +0100 |
parents | 56bab95e57f0 |
children |
comparison
equal
deleted
inserted
replaced
2451:56bab95e57f0 | 2452:7d86018a6394 |
---|---|
26 cd www_files | 26 cd www_files |
27 curl -OL https://github.com/candy-chat/candy/releases/download/v2.2.0/candy-2.2.0.zip | 27 curl -OL https://github.com/candy-chat/candy/releases/download/v2.2.0/candy-2.2.0.zip |
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/`. See [HTTP configuration][doc:http] |
32 for more. | |
32 | 33 |
33 You can configure what rooms to join using either `candy_rooms` (an | 34 You can configure what rooms to join using either `candy_rooms` (an |
34 array) or [mod\_default\_bookmarks]. By default, Candy will attempt to | 35 array) or [mod\_default\_bookmarks]. By default, Candy will attempt to |
35 join rooms that the current user has bookmarked. | 36 join rooms that the current user has bookmarked. |
36 If `candy_rooms` is not set, mod\_candy will attempt to find a MUC | 37 If `candy_rooms` is not set, mod\_candy will attempt to find a MUC |