summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-07-12 13:12:23 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-07-12 13:12:23 +0300
commit1a0788c26404b5f42b6be2919bff5be261b2f3e7 (patch)
tree766341c3f0af30fd5c8c445ef7e8e9d5c66c3560 /protocols/JabberG/src/stdafx.h
parentdbf988c60736cc5e226c55b19e6a0a68a085bf3b (diff)
Jabber: ugly scheme with flags replaced with TJabberAuth instantiation
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rwxr-xr-xprotocols/JabberG/src/stdafx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h
index 8b0f14ab70..dc11269456 100755
--- a/protocols/JabberG/src/stdafx.h
+++ b/protocols/JabberG/src/stdafx.h
@@ -376,7 +376,9 @@ struct ThreadData
char fullJID[JABBER_MAX_JID_LEN];
ptrA tszNewPassword;
- class TJabberAuth *auth;
+// class TJabberAuth *auth;
+ char *gssapiHostName;
+
JabberCapsBits jabberServerCaps;
void close(void);