Mercurial > prosody-wiki
comparison mod_discoitems.wiki @ 110:75092a6a82b2
mod_discoitems: Updated documentation.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 23 Jan 2010 18:25:24 +0500 |
parents | f75b675c8de3 |
children | e4746a9ee7d4 |
comparison
equal
deleted
inserted
replaced
109:10542170a145 | 110:75092a6a82b2 |
---|---|
1 #summary Manually specify the list of service discovery items | 1 #summary Manually override the list of service discovery items |
2 #labels Stage-Beta | 2 #labels Stage-Beta |
3 | 3 |
4 = Introduction = | 4 = Introduction = |
5 | 5 |
6 This Prosody plugin lets you manually override the service discovery items for a host. | 6 This Prosody plugin lets you manually override the service discovery items for a host. |
21 }}} | 21 }}} |
22 | 22 |
23 The format for individual items is `{JID, display-name}`. The display-name can be omitted: `{JID}`. | 23 The format for individual items is `{JID, display-name}`. The display-name can be omitted: `{JID}`. |
24 | 24 |
25 = Compatibility = | 25 = Compatibility = |
26 ||0.7||Works|| | |
26 ||0.6||Works|| | 27 ||0.6||Works|| |
27 ||0.5||Should work|| | 28 ||0.5||Should work|| |
28 | 29 |
29 = Caveats/Todos/Bugs = | 30 = Caveats/Todos/Bugs = |
30 | 31 |
31 * Consider for merging into mod_disco in Prosody trunk | 32 * mod_disco in Prosody trunk supports the `disco_items` option; this plugin changes the behavior from appending items to replacing items |