#387 [mod_disco] allow inheriting services from another domain
Reporter
arnaud@abelard.fr
Owner
MattJ
Created
Updated
Stars
★ (1)
Tags
Type-Enhancement
Status-Accepted
arnaud@abelard.fr
on
mod_disco, with disco_items, allows to add extra items to the discovery service on the current virtualhost. In some case, it would be useful to be able not to add individual items but just specify a domain so the current domain would also provide the same services.
For example, my users jids are also their mail address: user@domain.com. The xmpp is jabber.domain.com and all the components are <service>.jabber.domain.com (muc.jabber.domain.com, msn.jabber.domain.com, etc.). With prosody the discovery service will not show any thing on domain.com unless I manual add each component to disco_items.
it would be very handy to be able to do something like
disco_items_extradomains = {"jabber.domain.com"}
MattJ
on
Hi, thanks for the report and sorry for the delay in processing it.
I think this is a good proposal.
Changes
owner MattJ
tags Type-Enhancement Status-Accepted
title [mod_disco] allow inheriting services from another domain
mod_disco, with disco_items, allows to add extra items to the discovery service on the current virtualhost. In some case, it would be useful to be able not to add individual items but just specify a domain so the current domain would also provide the same services. For example, my users jids are also their mail address: user@domain.com. The xmpp is jabber.domain.com and all the components are <service>.jabber.domain.com (muc.jabber.domain.com, msn.jabber.domain.com, etc.). With prosody the discovery service will not show any thing on domain.com unless I manual add each component to disco_items. it would be very handy to be able to do something like disco_items_extradomains = {"jabber.domain.com"}
Hi, thanks for the report and sorry for the delay in processing it. I think this is a good proposal.
Changes