comparison src/protocols/jabber/jabber.c @ 3033:1143524a2eaf

[gaim-migrate @ 3046] Laying the ground work for image send. Also an IRC fix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 12 Mar 2002 17:21:46 +0000
parents 626729653436
children e729c064bc1b
comparison
equal deleted inserted replaced
3032:d3536105d581 3033:1143524a2eaf
1501 xmlnode_free(jd->gjc->current); 1501 xmlnode_free(jd->gjc->current);
1502 } 1502 }
1503 gc->proto_data = NULL; 1503 gc->proto_data = NULL;
1504 } 1504 }
1505 1505
1506 static int jabber_send_im(struct gaim_connection *gc, char *who, char *message, int flags) 1506 static int jabber_send_im(struct gaim_connection *gc, char *who, char *message, int len, int flags)
1507 { 1507 {
1508 xmlnode x, y; 1508 xmlnode x, y;
1509 char *realwho; 1509 char *realwho;
1510 gjconn gjc = ((struct jabber_data *)gc->proto_data)->gjc; 1510 gjconn gjc = ((struct jabber_data *)gc->proto_data)->gjc;
1511 1511