Index: lib/DJabberd/Plugin/MUC.pm =================================================================== --- lib/DJabberd/Plugin/MUC.pm (revision 762) +++ lib/DJabberd/Plugin/MUC.pm (working copy) @@ -37,6 +37,7 @@ # we need to check if a jid exist before we create things $self->{need_jid_check}++; } + $vhost->set_config_childservice($self->{domain}.' Public Chatrooms'); $logger->info("Starting up multiuser chat on '$self->{domain}'");