diff options
author | George Hazan <ghazan@miranda.im> | 2020-09-11 20:15:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-09-11 20:15:37 +0300 |
commit | b37a9860232c8f9bc8d0503783c53eb6abbae26e (patch) | |
tree | 8e52e50cd4b5a1c423f9a0f021a3a551625f386f /protocols/JabberG/src/jabber_list.h | |
parent | 46088b593a1ee5d5c3f0b4842a7cb1678e54a086 (diff) |
Jabber: more correct way to detect chat initialization mode
Diffstat (limited to 'protocols/JabberG/src/jabber_list.h')
-rw-r--r-- | protocols/JabberG/src/jabber_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_list.h b/protocols/JabberG/src/jabber_list.h index 258f0c8a4e..2e57760cd2 100644 --- a/protocols/JabberG/src/jabber_list.h +++ b/protocols/JabberG/src/jabber_list.h @@ -206,6 +206,7 @@ struct JABBER_LIST_ITEM : public MZeroedObject char *password; // password for room
bool bAutoJoin;
+ bool bChatGotSubject; // MUC received message with subject
bool bUseResource;
bool bHistoryRead;
bool bRealContact;
|