comparison mcabber/src/jabglue.c @ 421:569f333e51e2 0.6.7

Ready for 0.6.7 release
author Mikael Berthe <mikael@lilotux.net>
date Fri, 02 Sep 2005 22:10:14 +0200
parents 04a0b450380b
children 2706ef3e25a7
comparison
equal deleted inserted replaced
420:04a0b450380b 421:569f333e51e2
670 xmlnode x, y; 670 xmlnode x, y;
671 char *from=NULL, *type=NULL, *body=NULL, *enc=NULL; 671 char *from=NULL, *type=NULL, *body=NULL, *enc=NULL;
672 char *ns=NULL; 672 char *ns=NULL;
673 char *id=NULL; 673 char *id=NULL;
674 enum imstatus ust; 674 enum imstatus ust;
675 // int npos;
676 675
677 jb_reset_keepalive(); // reset keepalive delay 676 jb_reset_keepalive(); // reset keepalive delay
678 jpacket_reset(packet); 677 jpacket_reset(packet);
679 678
680 p = xmlnode_get_attrib(packet->x, "from"); if (p) from = p; 679 p = xmlnode_get_attrib(packet->x, "from"); if (p) from = p;