User Info
Description
Server gives some information about the user
Notes
Usually sent to client just after a successful login
Type Code
410
Version
29
Payload Structure
struct
{
KeyValuePair pairs[];
};
struct KeyValuePair
{
string key;
char eq = '=';
string value;
char newline = '\n';
};
Payload Fields Description
pairs
Array of key-value pairs.
Last pair may have no «newline» character.
These keys are observed:
- uid
- Numeric user id of the user
- nickname
- Nickname of the user
- E-mail address of the user
- privacy
- (?)
- verified
- (?)
- admin
- (?) Indicates whether the user is administrator
- insta
- (?)
- pub
- (?)
- vad
- (?)
- target
- (?)
Format: uid,nickname (e.g. 23423424,gholi)
- age
- (?) Age of the user
- gender
- (?) Gender of the user
dash (-) means «not specified»
- aol
- (?) Address and port of an AOL server
- aolh
- (?) Address and port of AOL authentication server
- aolr
- (?) Revision number of AOL (authentication?) protocol
- aoll
- (?) AOL language
- gja
- (?)
- ei
- (?) Some big number, probably related to authentication
- demoif
- (?)
- ip
- IP address of client
- sson
- (?) Single-Sign-On
'Y' means Yes
- dpp
- (?)
- vq
- (?)
- ka
- (?)
- sr
- (?)
- ask
- (?)
Example value: Y;askpbar.dll;{F4D76F01-7896-458a-890F-E1F05C46069F}
- cr
- (?)
- rel
- (?)
Example value: beta:300,301
page_revision: 7, last_edited: 1224014160|%e %b %Y, %H:%M %Z (%O ago)





