Software / code / prosody-modules
Comparison
mod_jsxc/README.markdown @ 5167:272a8e54f0c8
mod_jsxc: Correct description of resources setting (thanks ham5urg)
Seems you need to point it to the path including dist here, unlike
mod_conversejs
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 16 Feb 2023 18:53:51 +0100 |
| parent | 5166:442a6ced3333 |
comparison
equal
deleted
inserted
replaced
| 5166:442a6ced3333 | 5167:272a8e54f0c8 |
|---|---|
| 30 ## Local resources | 30 ## Local resources |
| 31 | 31 |
| 32 Download a JSXC release archive and unpack it somewhere on your server. | 32 Download a JSXC release archive and unpack it somewhere on your server. |
| 33 | 33 |
| 34 `jsxc_resources` | 34 `jsxc_resources` |
| 35 : String. Path to JSXC resources on the local file system. The target | 35 : String. Path to the `dist` directory containing JSXC resources on |
| 36 directory should contain a `dist` directory. Disabled by default. | 36 the local file system. Disabled by default. |
| 37 | 37 |
| 38 ## Other options | 38 ## Other options |
| 39 | 39 |
| 40 `jquery_url` | 40 `jquery_url` |
| 41 : String. URL or relative path to jQuery. Defaults to | 41 : String. URL or relative path to jQuery. Defaults to |