diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-14 17:57:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-14 17:57:18 +0300 |
commit | 2c33d3a74a28953786f9fd5b76a76c1184751f21 (patch) | |
tree | c1f341679a62b339e016ac0faac1749fc07534f7 /protocols/JabberG/src/jabber_caps.h | |
parent | cc9adee406ad0434e470dfc11ed3896c6be32073 (diff) |
Jabber: version info to be cached into a profile
Diffstat (limited to 'protocols/JabberG/src/jabber_caps.h')
-rwxr-xr-x | protocols/JabberG/src/jabber_caps.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_caps.h b/protocols/JabberG/src/jabber_caps.h index 70f1ff188c..363fb27614 100755 --- a/protocols/JabberG/src/jabber_caps.h +++ b/protocols/JabberG/src/jabber_caps.h @@ -209,6 +209,8 @@ typedef unsigned __int64 JabberCapsBits; class CJabberClientPartialCaps
{
+ friend struct CJabberProto;
+
ptrW m_szHash, m_szOs, m_szOsVer, m_szSoft, m_szSoftVer, m_szSoftMir;
JabberCapsBits m_jcbCaps;
int m_nIqId;
@@ -226,7 +228,6 @@ public: { return m_pNext;
}
- void Parse(HXML);
void SetCaps(JabberCapsBits jcbCaps, int nIqId = -1);
JabberCapsBits GetCaps();
|