# HG changeset patch # User Kim Alvefur # Date 1364168051 -3600 # Node ID 1f308c72f72e960a38882bef2eebc623dcdd9b3e # Parent 5597754f81ea5cc28ef2b15aa3e61aeeb86b36e2 added mod_candy.wiki diff -r 5597754f81ea -r 1f308c72f72e mod_candy.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_candy.wiki Mon Mar 25 00:34:11 2013 +0100 @@ -0,0 +1,14 @@ +#summary Serve Candy from prosody + += Introduction = +This is a very simple demo module showing how to serve a BOSH-using web app from prosody. + += Installation = + +[http://prosody.im/doc/installing_modules Install] and [http://prosody.im/doc/modules_enabled enable] the module just like any other. Note the included HTLM file in the www_files directory, this directory needs to be in the same place as the module. + +After the module has been loaded, Candy will by default be reachable from `http://example.com:5280/candy/` + += Compatibility = +||trunk||Works|| +||0.9||Works||