Mercurial > prosody-wiki
view mod_discoitems.wiki @ 165:44f9d6dae0cc
Edited wiki page mod_srvinjection through web user interface.
author | MWild1 |
---|---|
date | Wed, 09 Feb 2011 16:17:47 +0000 |
parents | 75092a6a82b2 |
children | e4746a9ee7d4 |
line wrap: on
line source
#summary Manually override 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.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