ejabberd-contrib/mod_default_rooms
Holger Weiss d60fa5e9b3 Import mod_default_rooms
Add a module that can be used to auto-bookmark a configured list of
rooms on registration.
2019-02-27 19:52:28 +01:00
..
conf Import mod_default_rooms 2019-02-27 19:52:28 +01:00
src Import mod_default_rooms 2019-02-27 19:52:28 +01:00
COPYING Import mod_default_rooms 2019-02-27 19:52:28 +01:00
README.txt Import mod_default_rooms 2019-02-27 19:52:28 +01:00
mod_default_rooms.spec Import mod_default_rooms 2019-02-27 19:52:28 +01:00

README.txt

	mod_default_rooms - Add MUC bookmark(s) on registration

	Author: Holger Weiss <holger@zedat.fu-berlin.de>


	DESCRIPTION
	-----------

This module allows for specifying one or more rooms that should be bookmarked
automatically on successful registration via `mod_register`.


	CONFIGURATION
	-------------

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

  modules:
    # [...]
    mod_default_rooms:
      rooms:
        - "foo@conference.@HOST@"
        - "bar@conference.@HOST@"

The configurable mod_deny_omemo options are:

- rooms (default: [])

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

- auto_join (default: true)

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