cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2242
Views
5
Helpful
3
Replies

Jabber for Win Chat Rooms...how to delete unwanted rooms

j.house
Level 4
Level 4

When users create a chat room I get that they have the ability to delete the room.  What if an admin wants to clean up old rooms and/or innapropriate rooms?  how can rooms be deleted by someone other than the creator?

3 Replies 3

salih.dogan
Level 1
Level 1

Did you find how to delete rooms?

Yes, after much trial and error I found the correct syntax.  first you must run the following query to make sure you get the correct results for the rooms you want to remove:

SELECT *

FROM

tc_rooms

WHERE

Room_jid LIKE ('%roomname%')

 

Once you confirm the results you can perform the following to remove them.

 

DELETE

FROM

tc_rooms

WHERE

Room_jid LIKE ('%roomname%')

Hope this will save some people the grief that I went through!

thanks. i will try.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: