log mod_candy/mod_candy.lua @ 2968:569b98d6fca1

age author description
Fri, 20 Jan 2017 01:30:34 +0100 Kim Alvefur mod_candy: Add support for enabling Candy debug mode from Prosodys config
Fri, 20 Jan 2017 01:21:21 +0100 Kim Alvefur mod_candy: Add note about redirect from /candy to /candy/ not being necessary anymore
Fri, 20 Jan 2017 01:25:11 +0100 Kim Alvefur mod_candy: If no room list is set, try to find a MUC domain and guess a room name of 'candy'
Fri, 20 Jan 2017 01:24:32 +0100 Kim Alvefur mod_candy: Add config option for a list of rooms to join
Fri, 20 Jan 2017 01:09:36 +0100 Kim Alvefur mod_candy: Break out connect path into a function
Tue, 10 Jan 2017 14:11:56 +0100 Kim Alvefur mod_candy: Provide websocket URI if mod_websocket is loaded, fall back to BOSH
Sat, 19 Sep 2015 16:51:16 +0200 Kim Alvefur mod_candy: Update to work with a stable release instead of git (which no longer works)
Fri, 11 Apr 2014 14:58:44 +0200 Kim Alvefur mod_candy: Redirect from /candy -> /candy/
Sat, 01 Jun 2013 19:05:51 +0200 Kim Alvefur mod_candy: Add dependency on mod_bosh
Sun, 24 Mar 2013 23:58:40 +0100 Kim Alvefur mod_candy: Example of how easy it is to serve files from a prosody module