Software / code / prosody-modules
File
mod_candy/README.markdown @ 1912:24c22cbb86e4
mod_http_upload: Duplicate code from net.http.server in order send proper HEAD responses
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 18 Oct 2015 17:25:14 +0200 |
| parent | 1864:991a5f74f848 |
| child | 1917:b3c124850d10 |
line wrap: on
line source
--- labels: 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 ============ [Install](http://prosody.im/doc/installing_modules) and [enable](http://prosody.im/doc/modules_enabled) the module just like any other. Note the included HTML file in the www\_files directory, this directory needs to be in the same place as the module. You then need to download Candy and unpack it into the www\_files directory, for example with curl: cd www_files curl -OL https://github.com/candy-chat/candy/releases/download/v2.0.0/candy-2.0.0.zip unzip www_files After the module has been loaded, Candy will by default be reachable from `http://example.com:5280/candy/` Compatibility ============= ------- ------- trunk Works 0.9 Works ------- -------