Projects tigase _server server-core Issues #415
Group chat history deleted automatically (#415)
Won't Fix
Vinoth Rajendran opened 10 years ago

Group chat history deleted automatically when close the chat window.

In mysql slow query log found log : delete from muc_history where room_name='54bde64b016f37292e83cc50@conference.192.168.1.94';

Could any one known this issue.

wojciech.kapcia@tigase.net commented 10 years ago

For general questions please use the forums.

As for the issue - there are a number of possibilities. By default all created MUC rooms are persistent (thus after all users leave the rooms and it's history is retained). However it may happened that:

  • you (or your client) configured the room not to be persistent;

  • you issued 'destroy' command to the room upon leaving, which cause the room to be deleted alongside with it's history.

issue 1 of 1
Type
Bug
Priority
Critical
Assignee
RedmineID
2616
Version
tigase-server-5.2.3
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#415
Please wait...
Page is in error, reload to recover