diff src/oscar.c @ 369:cf895313fc50

[gaim-migrate @ 379] Nothing interesting committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 09 Jun 2000 08:06:22 +0000
parents fd3cc0a28d5d
children 86e27f0c6ce5
line wrap: on
line diff
--- a/src/oscar.c	Fri Jun 09 07:59:00 2000 +0000
+++ b/src/oscar.c	Fri Jun 09 08:06:22 2000 +0000
@@ -46,7 +46,8 @@
 static int paspa = -1;
 struct aim_session_t *gaim_sess;
 struct aim_conn_t    *gaim_conn;
-int gaim_caps = AIM_CAPS_CHAT | AIM_CAPS_SENDFILE | AIM_CAPS_GETFILE;
+int gaim_caps = AIM_CAPS_CHAT | AIM_CAPS_SENDFILE | AIM_CAPS_GETFILE |
+		AIM_CAPS_VOICE | AIM_CAPS_IMIMAGE | AIM_CAPS_BUDDYICON;
 
 GList *oscar_chats = NULL;
 
@@ -562,6 +563,8 @@
 			/* libfaim won't tell us that we got this just yet */
 		} else if (rendtype == AIM_RENDEZVOUS_FILETRANSFER_GET) {
 			/* nor will it tell us this. but it's still there */
+		} else if (rendtype == AIM_RENDEZVOUS_VOICE) {
+			/* this one libfaim tells us unuseful info about  */
 		} else {
 			sprintf(debug_buff, "Unknown rendtype %d\n", rendtype);
 			debug_print(debug_buff);