Multi User / Group chat
Hi
After the breaktrough yesterday I'm in to try the Group Chat function.
Any suggestions on what to evtl. rewrite in the ejabberd config file.
Running ejabberd vers. 12.1.11 on win 2008R2 - 64.
Present content conf/ejabberd.cfrg
.
.
{mod_muc, [
%%{host, "conference.@HOST@"},
{access, muc},
{access_create, muc_create},
{access_persistent, muc_create},
{access_admin, muc_admin}
]},
%%{mod_muc_log,[]},
.
.
.
|