linphone_core_get_chat_room(marie->lc,pauline->identity);/*make marie create the chatroom with pauline, which is necessary for receiving the is-composing*/
linphone_chat_room_compose(pauline_chat_room);
wait_for_until(pauline->lc,marie->lc,&dummy,1,1500);/*just to sleep while iterating*/
linphone_chat_room_send_message(pauline_chat_room,"Composing a msg");