| 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); |