Chat Logging

How i can log the chat of the users?and where it will be stored?
i m not using any external database for authentication or anything else
i hav installed ejabberd 2 with client pandium.
plz tell me how to log the chat of the users.

also tell me how i can work with access list and modules?

waitng for kind reply.

Badlop where are you? i have

Badlop where are you?

i have a new thread plz reply to that
waiting for your kind reply

calm down

calm down. i guess he has many things to do. man, it's an open souce product. you should be thankful that it exists and be patient and don't demand things you never paid for. if you really need support and can't wait, you could buy it at the commercial site.

Quote: How i can log the

Quote:

How i can log the chat of the users?and where it will be stored?

http://www.ejabberd.im/contributions
There's about 4 modules that given a variety logging options.

Quote:

also tell me how i can work with access list and modules?

http://www.process-one.net/docs/ejabberd/guide_en.html#htoc20
Manual page on ACL usage.
http://www.process-one.net/docs/ejabberd/guide_en.html#htoc45
Manual page on Module usage.

It's worth noting that ejabberd2 is still listed as beta so until it's out and released I'd suggest sticking to 1.1.4.

Three modules to log in DB, XML file or plain text file

usmaan wrote:

How i can log the chat of the users? and where it will be stored?
plz tell me how to log the chat of the users.

There are three different modules, each one quite different, and each one stores in a different way:

  • mod_logdb - Log User Messages to DB
  • mod_logxml - Log XMPP Packets to XML File
  • mod_log_chat - log chat messages in text files

I didn't use much any of them, so I don't know which one is better.

Tlaramie have mentioned there are 4 modules. The last one is:

  • mod_archive - Message Archiving (XEP-0136)

This module is a little different: it allows the users to enable or disable logging of their chats to DB, so later they can read their history.

Syndicate content