Check the struct, each tuple has a position in the array. You just have to go through the xml nodes. /Johan On 28/05/2010 15:17, Klaus Darilion wrote: > > > Am 28.05.2010 15:08, schrieb Johan Lantz: >> You have this already in pjsip_pres_status: >> >> pj_xml_node *tuple_node; /**< Pointer to tuple XML node of >> parsed PIDF body received from >> remote agent. Only valid for > > Ah, thanks. > > But it states it is a pointer to the <tuple>. But what is with > multiple <tuple> elements or <person> elements? I would like to access > the complete body. > > regards > Klaus >