| 410 /** |
410 /** |
| 411 * Save buddy information to the buddy list from a user info reply message. |
411 * Save buddy information to the buddy list from a user info reply message. |
| 412 * |
412 * |
| 413 * @param session |
413 * @param session |
| 414 * @param msg The user information reply, with any amount of information. |
414 * @param msg The user information reply, with any amount of information. |
| 415 * @param user The structure to save to, or NULL to save in PurpleBuddy->proto_data. |
415 * @param user The structure to save to, or NULL to save in PurpleBuddy's protocol_data. |
| 416 * |
416 * |
| 417 * Variable information is saved to the passed MsimUser structure. Permanent |
417 * Variable information is saved to the passed MsimUser structure. Permanent |
| 418 * information (UserID) is stored in the blist node of the buddy list (and |
418 * information (UserID) is stored in the blist node of the buddy list (and |
| 419 * ends up in blist.xml, persisted to disk) if it exists. |
419 * ends up in blist.xml, persisted to disk) if it exists. |
| 420 * |
420 * |