How can I delete a chat?

Hi guys,

I created a chat as following:

Chat chat = connection.getChatManager().createChat("test@xxx.xxx.xxx.xxx", new MessageListener());

I just can’t find a way to delete the chat I created. It seems like ChatManager doesn’t come with a method for it.

I would really appreciate it if you guys can give me some ideas!

David