MUC in DJabberd

Martin Atkins mart at degeneration.co.uk
Wed Feb 6 18:07:05 UTC 2008


Gavin Carr wrote:
> 
>   <VHost example.com>
>     S2S enable
>     RequireSSL no
> 
>     <Plugin DJabberd::PresenceChecker::Local />
>     <Plugin DJabberd::Delivery::Local />
> 
>     <Plugin DJabberd::Delivery::LocalVHosts>
>       AllowVHost chat.example.com
>     </Plugin>
> 
>     <Subdomain chat>
>       <Plugin DJabberd::Component::External>
>         ListenPort 5290
>         Secret ConferenceSecret
>       </Plugin>
>     </Subdomain>
> 
>     <Plugin DJabberd::Delivery::S2S   />
> 
>     # Various other bits ...
> 
>   </VHost>
> 
> 
> Not sure if the LocalVHosts part makes a difference, otherwise they look
> pretty identical ...
> 

The <Subdomain> block implicitly adds the LocalVHosts plugin to both 
example.com and chat.example.com, so adding it explicitly should make no 
functional difference.



More information about the Djabberd mailing list