diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-02 19:50:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-02 19:50:23 +0300 |
commit | e1f73541ce8bb231fb2deb90e56dd7a89b1ff1fc (patch) | |
tree | d890724b7c62657bb682d8c4b5cf996dfb6b5c19 /protocols/JabberG/src/stdafx.h | |
parent | 5d53d5b6aeedd733ce6184b5b3a59f91e44afc9a (diff) |
code reorganizing & cleaning
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index e3d575442d..8bd9d976f9 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -381,7 +381,10 @@ struct ThreadData char fullJID[JABBER_MAX_JID_LEN];
ptrA tszNewPassword;
- char *gssapiHostName;
+ char* gssapiHostName;
+
+ class TJabberAuth *m_saslUpgrade;
+ ptrA saslInitData;
CJabberIqInfo *pPendingQuery;
JabberCapsBits jabberServerCaps;
|