01-20-2023 09:40 AM
hi dear friends,
we deployed cup im&presence with external SQL database for using Chat Rooms (persistent chat)
my question is: if a user send unwanted message in the room, how we as admin can delete that message completely from SQL-Database?
>> i connected to our SQL-DB and find all that specific message records and deleted them,
>> but users still see that message in the chat room..
Solved! Go to Solution.
01-27-2023 12:11 PM
i found it..
persistent chats will stored in your SQL external database in a table called "tc_messages"..
all you need to do is to find that message in this table and delete that row,
then go to CUP server and restart "XCP Router" service,
then jabber clients need to sign-out, sign-in, and it's done.. that unwanted message is deleted from the chat room..
01-27-2023 12:11 PM
i found it..
persistent chats will stored in your SQL external database in a table called "tc_messages"..
all you need to do is to find that message in this table and delete that row,
then go to CUP server and restart "XCP Router" service,
then jabber clients need to sign-out, sign-in, and it's done.. that unwanted message is deleted from the chat room..
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide