diff options
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;
};
|