]> andersk Git - libfaim.git/blobdiff - utils/faimtest/faimtest.c
- Sun Apr 2 07:29:11 UTC 2000
[libfaim.git] / utils / faimtest / faimtest.c
index 62b049b7e709802744c5e5886ea3c7b93e58df36..853922c1b3d969ac72e2fca5e4bcfce744d2ca0e 100644 (file)
@@ -263,7 +263,7 @@ int faimtest_handleredirect(struct aim_session_t *sess, struct command_rx_struct
 
       /* send the buddy list and profile (required, even if empty) */
       aim_bos_setbuddylist(sess, command->conn, buddies);
-      aim_bos_setprofile(sess, command->conn, profile, NULL);
+      aim_bos_setprofile(sess, command->conn, profile, NULL, AIM_CAPS_CHAT);
 
       /* send final login command (required) */
       aim_bos_clientready(sess, command->conn); /* tell BOS we're ready to go live */
This page took 0.041216 seconds and 4 git commands to generate.