diff options
author | George Hazan <george.hazan@gmail.com> | 2024-02-19 12:55:59 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-02-19 12:55:59 +0300 |
commit | 5940cb3dc7bc68e7a6483a820eaf7dc105b7cef7 (patch) | |
tree | ce2a6d2e69a768c0cc21c561b1a102152aef61e4 /plugins/Jingle/src/account.h | |
parent | 68d275e75325e55d55090e7a996a73d5c2c546c3 (diff) |
fixes #4195 (Jabber: add ability to specify STUN address)
Diffstat (limited to 'plugins/Jingle/src/account.h')
-rw-r--r-- | plugins/Jingle/src/account.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Jingle/src/account.h b/plugins/Jingle/src/account.h index ae974b9363..4c47b22837 100644 --- a/plugins/Jingle/src/account.h +++ b/plugins/Jingle/src/account.h @@ -9,6 +9,7 @@ struct CJabberAccount : public MZeroedObject IJabberInterface *m_api; CMOption<bool> m_bEnableVOIP; + CMOption<wchar_t *> m_szStunServer; void Init(); static void InitHooks(); |