diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-02 21:54:38 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-02 21:54:38 +0300 |
commit | 2f093651c4edf10ba83088eb485b818a4a5e709f (patch) | |
tree | c3d77faa2bdd3c755d18153fa9df0165e991b84b /protocols/JabberG/src/stdafx.h | |
parent | 65836db9295f4faca1dece1d2ddf33afa7ed442d (diff) |
Jabber: upgrade tasks implementation
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 8bd9d976f9..fac757dfcd 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -383,8 +383,7 @@ struct ThreadData char* gssapiHostName;
- class TJabberAuth *m_saslUpgrade;
- ptrA saslInitData;
+ class TUpgradeTask *m_saslUpgrade;
CJabberIqInfo *pPendingQuery;
JabberCapsBits jabberServerCaps;
|