Mercurial > prosody-wiki
comparison mod_candy.wiki @ 328:1f308c72f72e
added mod_candy.wiki
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 25 Mar 2013 00:34:11 +0100 |
parents | |
children | 7f8e913031b4 |
comparison
equal
deleted
inserted
replaced
327:5597754f81ea | 328:1f308c72f72e |
---|---|
1 #summary Serve Candy from prosody | |
2 | |
3 = Introduction = | |
4 This is a very simple demo module showing how to serve a BOSH-using web app from prosody. | |
5 | |
6 = Installation = | |
7 | |
8 [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. | |
9 | |
10 After the module has been loaded, Candy will by default be reachable from `http://example.com:5280/candy/` | |
11 | |
12 = Compatibility = | |
13 ||trunk||Works|| | |
14 ||0.9||Works|| |