diff options
author | George Hazan <ghazan@miranda.im> | 2023-04-17 20:07:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-04-17 20:07:16 +0300 |
commit | f43396cbff99cc7cc9410f12e55783ad12d1d2f7 (patch) | |
tree | b2beeabe2b7df2d4ceeae92e20287d08b0675409 /protocols/JabberG/src/jabber_opt.cpp | |
parent | e0df536066a9299127ffe1f22530eaf7b401d0dc (diff) |
Jabber:
- option autoloadoob removed due to offline files support;
- added support for encrypted offline files
Diffstat (limited to 'protocols/JabberG/src/jabber_opt.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_opt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_opt.cpp b/protocols/JabberG/src/jabber_opt.cpp index 180f57c74a..4df55c6998 100644 --- a/protocols/JabberG/src/jabber_opt.cpp +++ b/protocols/JabberG/src/jabber_opt.cpp @@ -717,7 +717,6 @@ public: m_options.AddOption(LPGENW("Other"), LPGENW("Show transport agents on contact list"), m_proto->m_bShowTransport);
m_options.AddOption(LPGENW("Other"), LPGENW("Automatically add contact when accept authorization"), m_proto->m_bAutoAdd);
m_options.AddOption(LPGENW("Other"), LPGENW("Automatically accept authorization requests"), m_proto->m_bAutoAcceptAuthorization);
- m_options.AddOption(LPGENW("Other"), LPGENW("Automatically download files passed via HTTP File Upload"), m_proto->m_bAutoLoadOOB);
m_options.AddOption(LPGENW("Other"), LPGENW("Fix incorrect timestamps in incoming messages"), m_proto->m_bFixIncorrectTimestamps);
m_options.AddOption(LPGENW("Other"), LPGENW("Enable XMPP link processing (requires AssocMgr)"), m_proto->m_bProcessXMPPLinks);
m_options.AddOption(LPGENW("Other"), LPGENW("Embrace picture URLs with [img]"), m_proto->m_bEmbraceUrls);
|