Added removal of chat sessions, only send gone when messages have been exchanged

This commit is contained in:
James Booth
2015-01-05 23:39:43 +00:00
parent c2dccad818
commit 9cb0d52e7d
3 changed files with 95 additions and 33 deletions

View File

@@ -1333,7 +1333,6 @@ ui_new_chat_win(const char * const barejid)
// create new window
if (window == NULL) {
window = wins_new_chat(barejid);
chat_session_on_window_open(barejid);
num = wins_get_num(window);