Chapter 1. Configuration

Table of Contents

default-muc-domain
scheduler-class
invite-bot-jid

Enabling workgroup queues requires the following to be set in your config.tdsl file.

wg(class: tigase.workgroupqueues.WorkgroupQueuesComponent) {
    'default-muc-domain' = muc.atlantiscity
}

Note

Be sure Tigase MUC component is active as it is required by wg component.

wg has a couple of different paremeters that can be passed, default-muc-domain is required. The other two are optional.

default-muc-domain

This specifies the vHost of the MUC component to be used with the workgroup. Note this MUC domain needs to be independantly configured. It can be the default domain, or a specalized vhost domain.

{
    'default-muc-domain' = 'muc.domain-name.com'
}