Re: [jdev] function implemented ???

2004-06-03 Thread Remy HAREL
ok thx Matthias. It works fine now. Matthias Wimmer wrote: Hi Remy! Remy HAREL schrieb am 2004-06-02 15:02:52: attr = nad_find_attr(nad, 0, -1, to, NULL); retuns 0 and allow me to call NAD_AVAL(nad,attr) which returns the previous text. As I already wrote your some time ago: NAD_AVAL will

[jdev] function implemented ???

2004-06-02 Thread Remy HAREL
hi all ( Bonjour ;) ), I'm working on c2s module, the c2s.c file most of time. By using NAD_AVAL I've got this : Wed Jun 2 14:53:32 2004 [notice] Valeur de NAD ANAME 1: [EMAIL PROTECTED]/Gabbertypechatbodytest12message xmlns='jabber:client' type='chat' to='[EMAIL

Re: [jdev] function implemented ???

2004-06-02 Thread Matthias Wimmer
Hi Remy! Remy HAREL schrieb am 2004-06-02 15:02:52: attr = nad_find_attr(nad, 0, -1, to, NULL); retuns 0 and allow me to call NAD_AVAL(nad,attr) which returns the previous text. As I already wrote your some time ago: NAD_AVAL will return a pointer to a string that is not zero terminated. You