The latest QQ HTTP protocol
After reading the latest QQ, the extraction agreement is as follows, ask friends to try it with QQLite, it is best to figure out each parameter and return value, supplement this description
//log in
Ver = 1.0 & cmd = login & seq = & uin = & ps = & m5 = 1 & lc = 9326b87b234e7235
// Get a message
Ver = 1.0 & cmd = getmsgex & seq = & uin =
//send messages
Ver = 1.0 & cmd = CLTMSG & SEQ = & uin = & un = & mg =
// friends list
Ver = 1.0 & cmd = list & seq = & uin = & tn = 160 & un = 0
// Get a friend status
VER = 1.0 & cmd = query_stat & seq = & uin = & tn = 50 & un = 0
// Get friends information
Ver = 1.0 & cmd = getInfo & seq = & uin = & lv = 2 & un =
// Add a friend
Ver = 1.0 & cmd = addtolist & seq = & uin = & un =
// Respond to the other party to request your response to your friend
VER = 1.0 & cmd = ACK_ADDTOLIST & SEQ = & uin = & un = & cd = & =
//delete friend
Ver = 1.0 & cmd = DelfromList & SEQ = & uin = & un =
// Search your friends
Ver = 1.0 & cmd = finger & seq = & uin = & ag = & sx = & pv =
// Change your own state, the ST code should be consistent with the information of the friend status code
Ver = 1.0 & cmd = change_stat & seq = & uin = & st =
//sign out
Ver = 1.0 & cmd = logout & seq = & uin =