retval=belle_sip_body_handler_send_chunk(current_part,msg,buffer+offsetSize,size);/* add offsetSize to the buffer address in order to point at the begining of free space (after header if included) */
*size+=offsetSize;/* restore total of data given including potential separator and header */
if(retval==BELLE_SIP_CONTINUE){
returnBELLE_SIP_CONTINUE;/* there is still data to be sent, continue */
}else{/* this part has reach the end, pass to next one if there is one */