Don't get the wrong idea, the .Net /PARSERS/ will never work for XMPP stuff, without some nasty threading hackery (a route which I experimented with, but the amount of locking was shocking). I have a very lightweight parser on the read side and just use a .Net writer on the write side.
It's a shame that you can't do streamed reading in .Net. Still, the code allows for attributed XmlSerialization... -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Norman Rasmussen Sent: 04 April 2008 03:58 PM To: Jabber/XMPP software development list Subject: Re: [jdev] Vapor (C# XMPP Server) On Fri, Apr 4, 2008 at 3:47 PM, Tomasz Sterna <[EMAIL PROTECTED]> wrote: > Dnia 2008-04-04, piÄ… o godzinie 14:45 +0200, Norman Rasmussen pisze: > > I really don't understand why people rolled their own XML parsers for > > their XMPP libraries. > Who did? Could you give some examples? agsXMPP is a simple example. They have their own private xml/xpnet implementation. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/
