[jdev] Re: Re: Parsing XMPP/Jabber protocol

JD Conley jconley at winfessor.com
Wed Dec 29 12:50:22 CST 2004


I think we'd all agree.  But if you parse through the code in all the
open source libraries posted earlier you'll most likely find nobody has
been able to do it without being tricky.  Even though the XMPP code I
work on isn't available, I can say that our XMPP parser is tricky as
well.  It seems stream based XML parsers need another rev before they're
up for the task of XMPP without intervention.

JD
 
> -----Original Message-----
> From: jdev-bounces at jabber.org [mailto:jdev-bounces at jabber.org] On
Behalf
> Of Maxym Gorodetskyy
> Sent: Wednesday, December 29, 2004 10:30 AM
> To: jdev at jabber.org
> Subject: [jdev] Re: Re: Parsing XMPP/Jabber protocol
> 
> Thanks for a good tip,
> 
> but there is should be a way to do it correctly without beeing tricky
:-)
> 
> Trejkaz Xaoza wrote:
> >
> > (I say "almost" because if your stream has something like
"<stream:str"
> in
> > it, the parser will usually halt waiting for the "eam>" unless
you're
> > really tricky. :-))
> >
> > TX
> >
> 
> --
> Best regards
> Maxym Gorodetskyy
> 
> 
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mail.jabber.org/mailman/listinfo/jdev



More information about the JDev mailing list