equal
deleted
inserted
replaced
20 * @return the chat session |
20 * @return the chat session |
21 */ |
21 */ |
22 IChat createChat(in Contact contact, in IMessageListener listener); |
22 IChat createChat(in Contact contact, in IMessageListener listener); |
23 |
23 |
24 /** |
24 /** |
|
25 * Destroy a chat session with a contact. |
|
26 * @param chat the chat session |
|
27 */ |
|
28 void destroyChat(in IChat chat); |
|
29 |
|
30 /** |
25 * Register a callback to call when a new chat session is created. |
31 * Register a callback to call when a new chat session is created. |
26 * @param listener the callback to add |
32 * @param listener the callback to add |
27 */ |
33 */ |
28 void addChatCreationListener(in IChatManagerListener listener); |
34 void addChatCreationListener(in IChatManagerListener listener); |
29 |
35 |