Software / code / prosody-modules
Annotate
mod_http_favicon/README.wiki @ 1784:1656d4fd71d0 last-google-code-commit
mod_cloud_notify: Fix syntax errors and name
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 24 Aug 2015 23:17:36 +0200 |
| parent | 1782:29f3d6b7ad16 |
| rev | line source |
|---|---|
| 1782 | 1 #summary HTTP favicon |
| 2 | |
| 3 = Introduction = | |
| 4 | |
| 5 This simple module serves a `favicon.ico` from prosodys HTTP server and | |
| 6 nothing else. | |
| 7 | |
| 8 = Configuring = | |
| 9 | |
| 10 Simply load the module. The icon can be replaced by adding a `favicon` | |
| 11 option to the config. | |
| 12 | |
| 13 {{{ | |
| 14 modules_enabled = { | |
| 15 ... | |
| 16 "favicon"; | |
| 17 } | |
| 18 | |
| 19 favicon = "/path/to/my-favicon.ico" -- Override the built in one | |
| 20 }}} | |
| 21 | |
| 22 = Compatibility = | |
| 23 | |
| 24 ||trunk||Works|| | |
| 25 ||0.9||Works|| | |
| 26 ||0.8||Doesn't work|| |