HI,
I configured ejabberd with xmpp in my pc. Its working fine with log.
I configured as same in Aws ec2 ubuntu instance, chat is working. But muc chat log not saved in particular folder.
Need suggestion.
Configuration:
{mod_muc, [
{host, "conf.preprod.classle.org"},
{access, muc},
{access_create, muc},
{access_persistent, muc},
{access_admin, muc_admin},
{default_room_options, [ {persistent, true}]},
{max_users, 500}
]},
{mod_muc_log,[
{access_log, muc_admin},
{allow_room_log, true},
{cssfile, false},
{dirtype, subdirs},
%%{dirname, room_jid},
{outdir, "/var/log/muclogs"},
{timezone, universal},
{spam_prevention, true}
%%{top_link, {"http://preprod.classle.org/", "preprod.classle.org"}}
]},