Mercurial > prosody-wiki
changeset 195:e4746a9ee7d4
mod_discoitems: Updated to reflect 0.8 compatability status.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Mon, 13 Jun 2011 11:06:23 +0500 |
parents | aa6f9235fb61 |
children | 05d9b1ba313a |
files | mod_discoitems.wiki |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_discoitems.wiki Fri May 06 20:59:06 2011 +0000 +++ b/mod_discoitems.wiki Mon Jun 13 11:06:23 2011 +0500 @@ -9,6 +9,8 @@ Simply add `"discoitems"` to your modules_enabled list. Then add the `disco_items` option to hosts for which you wish to override the default response. +Note: mod_disco in Prosody 0.8+ supports the `disco_items` option; this plugin changes the behavior from appending items to replacing items + = Configuration = The `disco_items` option can be added to relevant hosts: @@ -23,10 +25,8 @@ The format for individual items is `{JID, display-name}`. The display-name can be omitted: `{JID}`. = Compatibility = +||0.8||Works|| ||0.7||Works|| ||0.6||Works|| ||0.5||Should work|| -= Caveats/Todos/Bugs = - - * mod_disco in Prosody trunk supports the `disco_items` option; this plugin changes the behavior from appending items to replacing items