summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_caps.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-08-14 17:57:18 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-08-14 17:57:18 +0300
commit2c33d3a74a28953786f9fd5b76a76c1184751f21 (patch)
treec1f341679a62b339e016ac0faac1749fc07534f7 /protocols/JabberG/src/jabber_caps.h
parentcc9adee406ad0434e470dfc11ed3896c6be32073 (diff)
Jabber: version info to be cached into a profile
Diffstat (limited to 'protocols/JabberG/src/jabber_caps.h')
-rwxr-xr-xprotocols/JabberG/src/jabber_caps.h3
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();