Ejabberd muc_rooms and muc_registered tables are empty

499 Views Asked by At

I am using ejabberd and its configured to use mysql. Everything is working fine. The user registration, rosters and roster groups are written in mysql table. The problem is, even though i use mod_muc_odbc I dont see any entries in those tables(muc_room and muc_registered). They are always empty. But the conference chat works just fine. Should i do any changes in mod_muc_room.erl file or am I doing anything wrong? I've been stuck with this thing for the past 4 days. Any help is greatly appreciated.

1

There are 1 best solutions below

0
On

Try setting following in "DATABASE SETUP" section

default_db: odbc

it will store everything in mysql