History Chat with File Sharing

Hello everyone, i have a question about storing chat.

I use MySql database in my openfire server, and i enabled Monitoring Plugin. Conversations are stored in the table ofMessageArchive.

In this chats, i can send (and receive) some kind of files, like pdfs or images. Now i want to store this files and when i get the history chat, i need to retrieve files.

My question is: Openfire can this automatically, or I need to build something? Exist any plugins do this? And where I founds the file stored (if they exists)?

File transfers are not stored in history and sent files are not entering the server and are sent directly between clients. There is no plugin to do what you want.