Fix #211 - ADC IINF should have flag AP for application name, and VE for version.
x# Please enter the commit message for your changes. Lines starting
This commit is contained in:
@@ -111,7 +111,10 @@ typedef uint32_t fourcc_t;
|
||||
#define ADC_INF_FLAG_CLIENT_ID "ID" /* client id, aka CID */
|
||||
#define ADC_INF_FLAG_NICK "NI" /* nick name */
|
||||
#define ADC_INF_FLAG_DESCRIPTION "DE" /* user description */
|
||||
#define ADC_INF_FLAG_USER_AGENT "VE" /* software version */
|
||||
|
||||
#define ADC_INF_FLAG_USER_AGENT_PRODUCT "AP" /* software name */
|
||||
#define ADC_INF_FLAG_USER_AGENT_VERSION "VE" /* software version */
|
||||
|
||||
#define ADC_INF_FLAG_SUPPORT "SU" /* support (extensions, feature cast) */
|
||||
#define ADC_INF_FLAG_SHARED_SIZE "SS" /* size of total files shared in bytes */
|
||||
#define ADC_INF_FLAG_SHARED_FILES "SF" /* number of files shared */
|
||||
|
||||
Reference in New Issue
Block a user