diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-10 19:14:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-10 19:14:19 +0300 |
commit | 3d83eeec481c25253e2535e7ce9476e3f046123a (patch) | |
tree | c0cc9f3ffc49a79f510fcff8658fb9baaba99605 /protocols/JabberG/src/jabber_list.h | |
parent | e98d9da63ab340e4fdaf2fa2cd4037e4b7f0a498 (diff) |
Jabber:
- more fixes for XEP-115 support;
- obsolete code removed;
Diffstat (limited to 'protocols/JabberG/src/jabber_list.h')
-rw-r--r-- | protocols/JabberG/src/jabber_list.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/protocols/JabberG/src/jabber_list.h b/protocols/JabberG/src/jabber_list.h index 3b7dab0f29..1d6070ff3d 100644 --- a/protocols/JabberG/src/jabber_list.h +++ b/protocols/JabberG/src/jabber_list.h @@ -102,18 +102,13 @@ public: ptrW m_tszRealJid; // real jid for jabber conferences
// XEP-0115 support
- ptrW m_tszCapsNode;
- ptrW m_tszCapsVer;
+ CJabberClientPartialCaps *m_pCaps;
ptrW m_tszCapsExt;
- DWORD m_dwVersionRequestTime, m_dwDiscoInfoRequestTime;
+ DWORD m_dwDiscoInfoRequestTime;
JabberCapsBits m_jcbCachedCaps;
JabberCapsBits m_jcbManualDiscoveredCaps;
- // XEP-232 support
- ptrW m_tszOs, m_tszOsVersion;
- ptrW m_tszSoftware, m_tszSoftwareVersion, m_tszXMirandaCoreVersion;
-
// XEP-0085 gone event support
BOOL m_bMessageSessionActive;
};
|