1

I am new to openfire server. I need to know how long openfire(XMPP) server maintains user's chat history ?

Thank's in advance.

eliasah
  • 39,588
  • 11
  • 124
  • 154
Anbarasan G
  • 27
  • 1
  • 1
  • 3

1 Answers1

1

If you mean "how much history is stored for a chat room", here is the link for Openfire Admin console where you can configure this settings:

http://[your_server_address]:[admin_port]/muc-history-settings.jsp?mucname=[your_chat_service_name]

enter image description here

Or perhaps you meant to "Offline messages" received when the user is offline.

http://[your_server_address]:[admin_port]/offline-messages.jsp

enter image description here

beaver
  • 17,333
  • 2
  • 40
  • 66