# HG changeset patch # User Waqas Hussain # Date 1307945183 -18000 # Node ID e4746a9ee7d448b5859ddebfa49727353c413090 # Parent aa6f9235fb61c5fd461084ddd0881031bb24a092 mod_discoitems: Updated to reflect 0.8 compatability status. diff -r aa6f9235fb61 -r e4746a9ee7d4 mod_discoitems.wiki --- 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