i'd like to create permanent rooms automatically

I want to use mod_muc_admin for it, but unfortunately i didn't found any documentation regarding it. So, please, maybe someone can point me at any useful place with documentation\tutorial. Or explain how i can set up predefined room and run it through mod_muc_admin.

Thanks, Alex.

The Guide has some

The Guide has some clues.

Configure like this:

{modules,
 [
  ...
  {mod_muc, [{access, muc_access},
             {access_create, muc_admin},
             {default_room_options,
              [
               {persistent, true}
              ]},
             {access_admin, muc_admin}]},
  ...
 ]}.
Syndicate content