Where is the data model of the database of ejabberd?

Hi everybody,
can anyone tell me where can I find the data model of ejabberd's database where all data related to user information like usernames, passwords, etc are stored?
Can you tell me how can I access the data, I mean, is there a way to track the data via SQL?
Can I use Java and SQL to retrieve the data stored in Mnesia?

Thanks,
David.

Mnesia is an object

Mnesia is an object database, not relational. So, I guess you can't use SQL to get access to Mnesia.

How do I access the database of ejabberd?

Hi!
So, how do I access the data?
How can I access the data via ODBC? What do I exactly have to do?
How can I access it with xml-rpc?

Syndicate content