summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_db_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_db_utils.h')
-rw-r--r--protocols/JabberG/src/jabber_db_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_db_utils.h b/protocols/JabberG/src/jabber_db_utils.h
index 60becf5ad9..349416839a 100644
--- a/protocols/JabberG/src/jabber_db_utils.h
+++ b/protocols/JabberG/src/jabber_db_utils.h
@@ -213,6 +213,7 @@ struct CJabberOptions
CMOption<BYTE> UseTLS;
CMOption<BYTE> AcceptNotes;
CMOption<BYTE> AutosaveNotes;
+ CMOption<BYTE> EnableMsgArchive;
CMOption<BYTE> RcMarkMessagesAsRead;
CMOption<DWORD> ConnectionKeepAliveInterval;
CMOption<DWORD> ConnectionKeepAliveTimeout;
@@ -238,6 +239,7 @@ struct CJabberOptions
DisableFrame(proto, "DisableFrame", TRUE),
EnableAvatars(proto, "EnableAvatars", TRUE),
EnableRemoteControl(proto, "EnableRemoteControl", FALSE),
+ EnableMsgArchive(proto, "EnableMsgArchive", FALSE),
EnableUserActivity(proto, "EnableUserActivity", TRUE),
EnableUserMood(proto, "EnableUserMood", TRUE),
EnableUserTune(proto, "EnableUserTune", FALSE),