Mercurial > prosody-wiki
view mod_discoitems.wiki @ 84:8ba753bfa3ab
updated the TODOs
author | t.ephraim |
---|---|
date | Sun, 01 Nov 2009 20:43:47 +0000 |
parents | f75b675c8de3 |
children | 75092a6a82b2 |
line wrap: on
line source
#summary Manually specify the list of service discovery items #labels Stage-Beta = Introduction = This Prosody plugin lets you manually override the service discovery items for a host. = Usage = 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. = Configuration = The `disco_items` option can be added to relevant hosts: {{{ disco_items = { {"proxy.eu.jabber.org", "Jabber.org SOCKS5 service"}; {"conference.jabber.org", "The Jabber.org MUC"}; } }}} The format for individual items is `{JID, display-name}`. The display-name can be omitted: `{JID}`. = Compatibility = ||0.6||Works|| ||0.5||Should work|| = Caveats/Todos/Bugs = * Consider for merging into mod_disco in Prosody trunk