Mercurial > prosody-modules
log mod_candy/mod_candy.lua @ 3147:82689acd1294
age | author | description |
---|---|---|
2017-01-20 | Kim Alvefur | mod_candy: Add support for enabling Candy debug mode from Prosodys config |
2017-01-20 | Kim Alvefur | mod_candy: Add note about redirect from /candy to /candy/ not being necessary anymore |
2017-01-20 | Kim Alvefur | mod_candy: If no room list is set, try to find a MUC domain and guess a room name of 'candy' |
2017-01-20 | Kim Alvefur | mod_candy: Add config option for a list of rooms to join |
2017-01-20 | Kim Alvefur | mod_candy: Break out connect path into a function |
2017-01-10 | Kim Alvefur | mod_candy: Provide websocket URI if mod_websocket is loaded, fall back to BOSH |
2015-09-19 | Kim Alvefur | mod_candy: Update to work with a stable release instead of git (which no longer works) |
2014-04-11 | Kim Alvefur | mod_candy: Redirect from /candy -> /candy/ |
2013-06-01 | Kim Alvefur | mod_candy: Add dependency on mod_bosh |
2013-03-24 | Kim Alvefur | mod_candy: Example of how easy it is to serve files from a prosody module |