diff options
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;
|