4 summary: Manually override the list of service discovery items
10 This Prosody plugin lets you manually override the service discovery
16 Simply add `"discoitems"` to your modules\_enabled list. Then add the
17 `disco_items` option to hosts for which you wish to override the default
20 Note: mod\_disco in Prosody 0.8+ supports the `disco_items` option; this
21 plugin changes the behavior from appending items to replacing items
26 The `disco_items` option can be added to relevant hosts:
29 {"proxy.eu.jabber.org", "Jabber.org SOCKS5 service"};
30 {"conference.jabber.org", "The Jabber.org MUC"};
33 The format for individual items is `{JID, display-name}`. The
34 display-name can be omitted: `{JID}`.