--- a/src/com/beem/project/beem/service/aidl/IChatManager.aidl Wed Apr 15 20:09:24 2009 +0200
+++ b/src/com/beem/project/beem/service/aidl/IChatManager.aidl Mon Apr 20 14:00:00 2009 +0200
@@ -22,6 +22,12 @@
IChat createChat(in Contact contact, in IMessageListener listener);
/**
+ * Destroy a chat session with a contact.
+ * @param chat the chat session
+ */
+ void destroyChat(in IChat chat);
+
+ /**
* Register a callback to call when a new chat session is created.
* @param listener the callback to add
*/