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