Software /
code /
prosody-modules
Comparison
mod_candy/README.markdown @ 2451:56bab95e57f0
mod_candy: If no room list is set, try to find a MUC domain and guess a room name of 'candy'
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 20 Jan 2017 01:25:11 +0100 |
parent | 2450:36ffe9d11132 |
child | 2452:7d86018a6394 |
comparison
equal
deleted
inserted
replaced
2450:36ffe9d11132 | 2451:56bab95e57f0 |
---|---|
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 You can configure what rooms to join using either `candy_rooms` (an | 33 You can configure what rooms to join using either `candy_rooms` (an |
34 array) or [mod\_default\_bookmarks]. By default, Candy will attempt to | 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 | 35 join rooms that the current user has bookmarked. |
36 If `candy_rooms` is not set, mod\_candy will attempt to find a MUC | |
37 component and join a room called "candy" there. If there are no rooms | |
36 to join, then Candy will show an emtpy screen. | 38 to join, then Candy will show an emtpy screen. |
37 | 39 |
38 Compatibility | 40 Compatibility |
39 ============= | 41 ============= |
40 | 42 |