[JDEV] Need help parsing Jabber in Java
    Ulrich B. Staudinger 
    chicago5 at gmx.de
       
    Sat May  3 11:38:43 CDT 2003
    
    
  
Zia,
you can check out the j-xmpp library on jabberstudio as well.
it is very simple and straightforward, at least what xml parsing is 
concerned. the xmpp parsing java file is a bit empty, but does the most 
basic stuff already.
the complete mini-kit is 17k big.
regards,
ulrich
Matt Tucker wrote:
> Zia,
>
> I've found that the XPP XML pull library works great. You can find it 
> at http://www.xmlpull.org. At first, it's a bit strange to use 
> something other than SAX or DOM, but the model works very well for 
> Jabber and the XPP parser is very fast and small.
>
> Regards,
> Matt
>
> Zia Syed wrote:
>
>> Hi,
>> I would like to implement Jabber Protocol handler in Java. Can anyone
>> suggest me any API for that? I tried SAX but had some problem reading
>> xml data out of socket.
>>
>> Thanks
>>
>> Zia
>>
>>
>>        
>> _______________________________________________
>> jdev mailing list
>> jdev at jabber.org
>> http://mailman.jabber.org/listinfo/jdev
>
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
>
>
    
    
More information about the JDev
mailing list