ejabberd-contrib/mod_muc_admin
Badlop bdfe82ce79 Update README files to show configuration file as YAML (#86) 2015-03-13 11:55:26 +01:00
..
ebin Add ebin/ dirs with .keepme file to ensure Git tracks them 2013-04-15 12:18:19 +02:00
src Rely on core routine for handling affiliation changes 2015-02-25 13:08:45 -03:00
COPYING Update FSF address (solves #73) 2015-02-25 15:17:31 +01:00
ChangeLog Initial import from ejabberd-modules SVN 2013-04-15 12:03:14 +02:00
Emakefile Initial import from ejabberd-modules SVN 2013-04-15 12:03:14 +02:00
README.txt Update README files to show configuration file as YAML (#86) 2015-03-13 11:55:26 +01:00
build.bat Update erl(1) command line in build.bat files 2014-05-28 22:16:55 +02:00
build.sh Initial import from ejabberd-modules SVN 2013-04-15 12:03:14 +02:00

README.txt


	mod_muc_admin - Administrative features for MUC

	Homepage: http://www.ejabberd.im/mod_muc_admin
	Author: Badlop


This module implements several ejabberd commands that can be
executed using ejabberdctl.

It also implements Web Admin pages to view the list of existing
rooms.


	CONFIGURATION
	=============

Add the module to your ejabberd.yml, on the modules section:
modules:
  mod_muc_admin: {}


	EJABBERD COMMANDS
	=================

Description of some commands:

 - muc-unusued-*
   Those commands related to MUC require an ejabberd version newer than 1.1.x.
   The room characteristics used to decide if a room is unusued:
    - Days since the last message or subject change:
        greater or equal to the command argument
    - Number of participants: 0
    - Persistent: not important
    - Has history: not important
    - Days since last join, leave, room config or affiliation edit:
        not important
    - Just created: no
   Note that ejabberd does not keep room history after a module restart, so
   the history of all rooms is emtpy after a module or server start.