Ok, Since the data sent by the server is XML, I thought of using parsing functions to get all the stuff out. The problem I have is that when you have interesting data in the tag itself I can't use it. For example:
<stream:stream xmlns:stream='http://etherx.jabber.org/streams' id='3C204F59' xmlns='jabber:client' .... I want to use the ID number. How do you access to that attribute. I tried the Expat functions, but you can only get the CDATA betwwen the tags. any ideas? Antoine --- EdE <[EMAIL PROTECTED]> wrote: > Quoting Antoine Maitre... > > > I would like to know if anyone uses PHP for his or > her > > Jabber client implementation. > > not yet, i'm planning to write a client which will > use PHP. > the project starts in february. > > check out: http://sites.knup.de/w3jab/ > > > I have several questions > > concerning server-client communication and data > > reading. > > mhh, i experienced a bit with php and jabber a few > month ago, > just for fun. i wrote some code-snippets and was > able to enter > a conference room with that. > i'm not yet an expert with this, therefore i don't > think i would > be able to offer great help. but feel free to ask. > > -- > :: EdE { Jabber-ID: [EMAIL PROTECTED] | Website: > http://people.knup.de/~ede/ } > :: Linktip: http://nomoreaolcds.org/ > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
