diff 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
line wrap: on
line diff
--- a/libpurple/protocols/myspace/persist.h	Sun Aug 19 05:04:13 2007 +0000
+++ b/libpurple/protocols/myspace/persist.h	Sun Aug 19 05:49:24 2007 +0000
@@ -73,6 +73,7 @@
 /** Messages to Change/send information */
 MSIM_PERSIST_DSN_LID(MC_USER_PREFERENCES,          1, 10)
 MSIM_PERSIST_DSN_LID(MC_CONTACT_INFO,              0, 9)
+MSIM_PERSIST_DSN_LID(MC_IMPORT_ALL_FRIENDS,        14, 21)
 MSIM_PERSIST_DSN_LID(MC_INVITE,                   16, 25)
 
 /** Messages to Delete information */