Unknown opened 4 years ago
|
|
Is this the question about chat history in the Jaxmpp (if so - please ask it in the Jaxmpp project: https://github.com/tigase/jaxmpp/). If you are asking about chat history in the server then it's handled by XEP-0313: Message Archive Management and https://github.com/tigase/tigase-message-archiving component. It's included in the distribution package and should be enabled by default. Please keep in mind, that you either have to enable globally, per-VHost configuration or user should enable it. Take a look at: |
|
@woj-tek Thank you very much! |
I have a problem with… I use jaxmpp client and it will receive history message after login.I did not found history chat message saved in database and where they store?And how can I filter history chat message?
Details (please complete the following information):
Jaxmpp login code:
And logger.info("message: " + sender + " " + recver + " " + subject + " " + message) always display history chat message on console after login.