diff options
author | George Hazan <ghazan@miranda.im> | 2020-07-28 18:24:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-07-28 18:24:25 +0300 |
commit | 1b17214fcaa3e3fa2d60969f0ea314ba4f1f26c6 (patch) | |
tree | 7ca076390b056ebfe409d34713e9b722a276c6af /protocols/JabberG/src/jabber_opt.cpp | |
parent | 841393dcb0392491efe99f4682130757fd45dd9c (diff) |
Jabber: new option to embrace picture urls/filenames with BBCodes
Diffstat (limited to 'protocols/JabberG/src/jabber_opt.cpp')
-rwxr-xr-x | protocols/JabberG/src/jabber_opt.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_opt.cpp b/protocols/JabberG/src/jabber_opt.cpp index 15cba2df5b..e4edbff37e 100755 --- a/protocols/JabberG/src/jabber_opt.cpp +++ b/protocols/JabberG/src/jabber_opt.cpp @@ -797,6 +797,7 @@ public: m_otvOptions.AddOption(LPGENW("Other") L"/" LPGENW("Fix incorrect timestamps in incoming messages"), m_proto->m_bFixIncorrectTimestamps);
m_otvOptions.AddOption(LPGENW("Other") L"/" LPGENW("Disable frame"), m_proto->m_bDisableFrame);
m_otvOptions.AddOption(LPGENW("Other") L"/" LPGENW("Enable XMPP link processing (requires AssocMgr)"), m_proto->m_bProcessXMPPLinks);
+ m_otvOptions.AddOption(LPGENW("Other") L"/" LPGENW("Embrace picture URLs with [img]"), m_proto->m_bEmbraceUrls);
m_otvOptions.AddOption(LPGENW("Other") L"/" LPGENW("Ignore server roster (groups and nick names)"), m_proto->m_bIgnoreRoster);
m_otvOptions.AddOption(LPGENW("Security") L"/" LPGENW("Allow servers to request version (XEP-0092)"), m_proto->m_bAllowVersionRequests);
|