How ejabberd handles the chat messages?

I went through the ejabberd and installed it ,but have a doubt as where ejabberd stores the chats .I am using JWChat with ejabberd.

ejabberd doesn't store chats by default

rajeshkk1985 wrote:

I went through the ejabberd and installed it ,but have a doubt as where ejabberd stores the chats .I am using JWChat with ejabberd.

ejabberd does not store users' chat messages by default. There are some Contributed modules that provide several kinds of storage, for different purposes.

It depends on the

It depends on the configuration setting, by default 20 messages stored in mnesia db. You can store the message either in db or as file using mod_logdb or mod_muc_log

Syndicate content