processone / ejabberd

Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
https://www.process-one.net/en/ejabberd/
Other
6.06k stars 1.51k forks source link

Merge chat local history, to sql. #3996

Closed jcbmca closed 1 year ago

jcbmca commented 1 year ago

Hello, excuse my English..

I have configured ejabberd 23.01-1, with mariadb. It's working fine, with gajim and pidgin I can read the history.

I need to merge chat that I have in cvs, I extracted from gajim's db, from an old jabber configuration that had to be updated.

Now with version 23.01-1 I have enabled the registry in mariadb.

I tried inserting records into the "archive" table. These insertions are not displayed in gajim nor in pidgin, which is the procedure I must follow to have a successful function.

It is necessary that it can perform this function, since users need to make queries.

thank you.

badlop commented 1 year ago

I tried inserting records into the "archive" table. These insertions are not displayed in gajim nor in pidgin

Maybe some field you insert is not consistent with the table. Did you store messages using Gajim, view how they are stored in the table, and then add a few more messages that look very similarly?

mremond commented 1 year ago

Closing as the discussion stalled.