comparison src/protocols/oscar/ssi.c @ 4642:c0abcd675ca6

[gaim-migrate @ 4952] Gonna dress you up in mylar All over, your body Gonna dress you up in mylar I tried to add a warning for when your buddy list is temporarily unavailbabable, but I don't really have a way to test it. SO, if you get a cool little dialog that says "You're buddy list is unavailble," let me know, so I can get some football players to dump gatorade on my head. I want to make gaim fallback to old-school buddy lists, but they're not working so well right now, for some reason. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 03 Mar 2003 08:31:55 +0000
parents 4bb433a7331c
children f1fde07ed951
comparison
equal deleted inserted replaced
4641:94635db7c6af 4642:c0abcd675ca6
1194 * are ready to begin using the list. It will promptly give you the 1194 * are ready to begin using the list. It will promptly give you the
1195 * presence information for everyone in your list and put your permit/deny 1195 * presence information for everyone in your list and put your permit/deny
1196 * settings into effect. 1196 * settings into effect.
1197 * 1197 *
1198 */ 1198 */
1199 faim_export int aim_ssi_enable(aim_session_t *sess, aim_conn_t *conn) 1199 faim_export int aim_ssi_enable(aim_session_t *sess)
1200 { 1200 {
1201 aim_conn_t *conn;
1202
1203 if (!sess || !(conn = aim_conn_findbygroup(sess, AIM_CB_FAM_SSI)))
1204 return -EINVAL;
1205
1201 return aim_genericreq_n(sess, conn, AIM_CB_FAM_SSI, 0x0007); 1206 return aim_genericreq_n(sess, conn, AIM_CB_FAM_SSI, 0x0007);
1202 } 1207 }
1203 1208
1204 /* 1209 /*
1205 * Subtype 0x0008/0x0009/0x000a - SSI Add/Mod/Del Item(s). 1210 * Subtype 0x0008/0x0009/0x000a - SSI Add/Mod/Del Item(s).