ejabberd-contrib/mod_default_rooms
jacob.eva 2d2ea29a20
Applied deadlop patch
2023-06-06 08:49:19 +01:00
..
conf Modules that require configuration, provide it commented (#303) 2021-07-07 21:53:44 +02:00
src Applied deadlop patch 2023-06-06 08:49:19 +01:00
COPYING Import mod_default_rooms 2019-02-27 19:52:28 +01:00
README.md Fix minor typos 2023-05-16 14:17:00 +02:00
mod_default_rooms.spec Import mod_default_rooms 2019-02-27 19:52:28 +01:00

README.md

mod_default_rooms - Add MUC bookmark(s) on registration

Description

This module allows for specifying one or more rooms that should be bookmarked automatically on successful user registration (via mod_register, or, for example, ejabberdctl register).

Configuration

In order to use this module, add a configuration snippet such as the following:

modules:
  mod_default_rooms:
    rooms:
      - foo@conference.example.net
      - bar@conference.example.org

The configurable mod_default_rooms options are:

  • rooms (default: [])

    The list of rooms users that should be auto-bookmarked on account registration.

  • auto_join (default: true)

    This option specifies whether the auto-join flag should be set for the bookmarks created on registration.