libgadu.h | libgadu.h | |||
---|---|---|---|---|
skipping to change at line 1305 | skipping to change at line 1305 | |||
#define GG_DEFAULT_PORT 8074 | #define GG_DEFAULT_PORT 8074 | |||
#define GG_HTTPS_PORT 443 | #define GG_HTTPS_PORT 443 | |||
#define GG_HTTP_USERAGENT "Mozilla/4.7 [en] (Win98; I)" | #define GG_HTTP_USERAGENT "Mozilla/4.7 [en] (Win98; I)" | |||
#define GG_DEFAULT_CLIENT_VERSION "7, 7, 0, 3351" | #define GG_DEFAULT_CLIENT_VERSION "7, 7, 0, 3351" | |||
#define GG_DEFAULT_PROTOCOL_VERSION 0x2a | #define GG_DEFAULT_PROTOCOL_VERSION 0x2a | |||
#define GG_DEFAULT_TIMEOUT 30 | #define GG_DEFAULT_TIMEOUT 30 | |||
#define GG_HAS_AUDIO_MASK 0x40000000 | #define GG_HAS_AUDIO_MASK 0x40000000 | |||
#define GG_HAS_AUDIO7_MASK 0x20000000 | #define GG_HAS_AUDIO7_MASK 0x20000000 | |||
#define GG_ERA_OMNIX_MASK 0x04000000 | #define GG_ERA_OMNIX_MASK 0x04000000 | |||
#define GG_LIBGADU_VERSION "1.8.1" | #define GG_LIBGADU_VERSION "1.8.2" | |||
#define GG_DEFAULT_DCC_PORT 1550 | #define GG_DEFAULT_DCC_PORT 1550 | |||
struct gg_header { | struct gg_header { | |||
uint32_t type; /* typ pakietu */ | uint32_t type; /* typ pakietu */ | |||
uint32_t length; /* długość reszty pakietu */ | uint32_t length; /* długość reszty pakietu */ | |||
} GG_PACKED; | } GG_PACKED; | |||
#define GG_WELCOME 0x0001 | #define GG_WELCOME 0x0001 | |||
#define GG_NEED_EMAIL 0x0014 | #define GG_NEED_EMAIL 0x0014 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||