diff options
author | George Hazan <ghazan@miranda.im> | 2019-10-17 21:54:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-10-17 21:54:19 +0300 |
commit | aa95171c671becb9c8287d4229a5db9b65d7e917 (patch) | |
tree | 7ff70291829d0e11a6097d6461fc1e0f3b5422fa /protocols/JabberG/src/stdafx.h | |
parent | e7bd2ea75d6dbec2860d52124cf3b82fad98281d (diff) |
fixed #1710 (Jabber: implement XEP-0363 (HTTP File Upload))
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rwxr-xr-x | protocols/JabberG/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 5651ca7f9b..cb2c171274 100755 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -405,7 +405,7 @@ struct JABBER_MODEMSGS char *szFreechat;
};
-typedef enum { FT_SI, FT_OOB, FT_BYTESTREAM, FT_IBB } JABBER_FT_TYPE;
+typedef enum { FT_SI, FT_OOB, FT_BYTESTREAM, FT_IBB, FT_HTTP } JABBER_FT_TYPE;
typedef enum { FT_CONNECTING, FT_INITIALIZING, FT_RECEIVING, FT_DONE, FT_ERROR, FT_DENIED } JABBER_FILE_STATE;
struct filetransfer
|