src/protocols/oscar/oscar.c

changeset 2945
839d36ea8de6
parent 2943
c4db4a45426f
child 2946
f55f9952021d
equal deleted inserted replaced
2944:62717a139e1e 2945:839d36ea8de6
1212 1212
1213 static int accept_direct_im(gpointer w, struct ask_direct *d) { 1213 static int accept_direct_im(gpointer w, struct ask_direct *d) {
1214 struct gaim_connection *gc = d->gc; 1214 struct gaim_connection *gc = d->gc;
1215 struct oscar_data *od = (struct oscar_data *)gc->proto_data; 1215 struct oscar_data *od = (struct oscar_data *)gc->proto_data;
1216 struct direct_im *dim; 1216 struct direct_im *dim;
1217 char *host; int port = FAIM_LOGIN_PORT; 1217 char *host; int port = 4443;
1218 int i; 1218 int i;
1219 1219
1220 debug_printf("Accepted DirectIM.\n"); 1220 debug_printf("Accepted DirectIM.\n");
1221 1221
1222 dim = find_direct_im(od, d->sn); 1222 dim = find_direct_im(od, d->sn);

mercurial