diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_list.h')
-rw-r--r-- | protocols/JabberG/src/jabber_list.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/protocols/JabberG/src/jabber_list.h b/protocols/JabberG/src/jabber_list.h index 4ad59fbdd4..6ad73e6490 100644 --- a/protocols/JabberG/src/jabber_list.h +++ b/protocols/JabberG/src/jabber_list.h @@ -180,11 +180,12 @@ struct JABBER_LIST_ITEM : public MZeroedObject // LIST_CHATROOM
// jid = room JID
- BOOL bChatActive;
- HWND hwndGcListBan;
- HWND hwndGcListAdmin;
- HWND hwndGcListOwner;
- int iChatState;
+ SESSION_INFO *si;
+ HWND hwndGcListBan;
+ HWND hwndGcListAdmin;
+ HWND hwndGcListOwner;
+ int iChatState;
+ DWORD dwChatInitTime;
// LIST_FILE
// jid = string representation of port number
@@ -206,7 +207,7 @@ struct JABBER_LIST_ITEM : public MZeroedObject char *password; // password for room
bool bAutoJoin;
- bool bChatGotSubject; // MUC received message with subject
+ bool bChatLogging;
bool bUseResource;
bool bHistoryRead;
bool bRealContact;
|