Projects tigase _server tigase-muc Issues #102
Allow to disable welcome messages (#102)
In Progress
Bartosz Małkowski opened 7 years ago

Add configuration option to enable/disable welcome messages send by MUC after room creation and unlock.

Bartosz Małkowski commented 7 years ago

There are two ways to turn off welcome messages:

By component parameter

By add

$COMPONENT_NAME/welcome-message[B]=false

where $COMPONENT_NAME is name of MUC component

By default room config

There is new field in room config:

<field var='tigase#welcome_messages'
       type='boolean'
       label='Send welcome messages on room creation'>
  <value>false</value>
</field>

If it will be set to false in default room config, all newly created will have disabled welcome messages.

By default welcome messages are enabled.

issue 1 of 1
Type
New Feature
Priority
Blocker
Assignee
RedmineID
5715
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/tigase-muc#102
Please wait...
Page is in error, reload to recover