Mod_logdb - not able to view the message in web interface

Hi All,

I have install the mod_logdb module in ejabberd and did the following configuration

ACL:
mod_logdb_admin:
admin: allow
MODULE:
mod_logdb:
dbs:
mysql5:
server: "192.168.1.164"
port: 3306
db: "chatdb3"
user: "root"
password: "root123"
vhosts:
"192.168.1.164": mysql5
groupchat: send
dolog_default: true
and restart the server.

In web interface i got the option User Message , but while clicking it it shows "No logged messages for test2@192.168.1.164".

Please help me in this issue.

Thanks

Mod_logdb is long time not

Mod_logdb is long time not updated, so it only works with old ejabberd versions, right?

Nowadays mod_mam is available. It does not provide any web page, but it works correctly.

Thank you for the reply, I

Thank you for the reply,

I want to get the history of chat between two users using REST/API. How we can do that in ejabberd 17.01 version

I see no command to perform

I see no command to perform that task, and XEP-0313 does not provide any way for an admin to query a user's messages, either. You can configure mod_mam to store in a SQL database, and perform SQL queries to the corresponding table yourself.

Syndicate content