summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_byte.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_byte.h')
-rw-r--r--protocols/JabberG/src/jabber_byte.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/protocols/JabberG/src/jabber_byte.h b/protocols/JabberG/src/jabber_byte.h
index 434e3b27f0..d2308214ef 100644
--- a/protocols/JabberG/src/jabber_byte.h
+++ b/protocols/JabberG/src/jabber_byte.h
@@ -45,19 +45,18 @@ struct JABBER_BYTE_TRANSFER : public MZeroedObject
HANDLE hEvent;
TiXmlDocument doc;
TiXmlElement *iqNode;
- BOOL (CJabberProto::*pfnSend)(HNETLIBCONN hConn, filetransfer *ft);
- int (CJabberProto::*pfnRecv)(HNETLIBCONN hConn, filetransfer *ft, char* buffer, int datalen);
+ bool (CJabberProto::*pfnSend)(HNETLIBCONN hConn, filetransfer *ft);
+ int (CJabberProto::*pfnRecv)(HNETLIBCONN hConn, filetransfer *ft, char* buffer, int datalen);
void (CJabberProto::*pfnFinal)(BOOL success, filetransfer *ft);
filetransfer *ft;
// XEP-0065 proxy support
- BOOL bProxyDiscovered;
+ bool bProxyDiscovered, bStreamActivated;
HANDLE hProxyEvent;
char *szProxyHost;
char *szProxyPort;
char *szProxyJid;
char *szStreamhostUsed;
- BOOL bStreamActivated;
HANDLE hSendEvent;
};