comparison libpurple/protocols/myspace/persist.h @ 19249:9d921dde9d9f

First half of "Add friends from MySpace.com" support: add msim_import_friends(), msim_import_friends_cb(), and constants to add your friends from myspace.com to your MySpaceIM account. No loading contact list from server, yet, so you can't see the changes.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 19 Aug 2007 05:49:24 +0000
parents f732d072b118
children bddc6a6fddf0
comparison
equal deleted inserted replaced
19248:d34e49d8fac7 19249:9d921dde9d9f
71 MSIM_PERSIST_DSN_LID(MG_SERVER_INFO, 101, 20) 71 MSIM_PERSIST_DSN_LID(MG_SERVER_INFO, 101, 20)
72 72
73 /** Messages to Change/send information */ 73 /** Messages to Change/send information */
74 MSIM_PERSIST_DSN_LID(MC_USER_PREFERENCES, 1, 10) 74 MSIM_PERSIST_DSN_LID(MC_USER_PREFERENCES, 1, 10)
75 MSIM_PERSIST_DSN_LID(MC_CONTACT_INFO, 0, 9) 75 MSIM_PERSIST_DSN_LID(MC_CONTACT_INFO, 0, 9)
76 MSIM_PERSIST_DSN_LID(MC_IMPORT_ALL_FRIENDS, 14, 21)
76 MSIM_PERSIST_DSN_LID(MC_INVITE, 16, 25) 77 MSIM_PERSIST_DSN_LID(MC_INVITE, 16, 25)
77 78
78 /** Messages to Delete information */ 79 /** Messages to Delete information */
79 MSIM_PERSIST_DSN_LID(MD_DELETE_BUDDY, 0, 8) 80 MSIM_PERSIST_DSN_LID(MD_DELETE_BUDDY, 0, 8)
80 81