[jdev] Vapor (C# XMPP Server)
Jonathan Dickinson
jonathanD at k2.com
Fri Apr 4 09:07:55 CDT 2008
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: jdev-bounces at jabber.org [mailto:jdev-bounces at jabber.org] 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 <tomek at xiaoka.com> 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: norman at rasmussen.co.za
- Home page: http://norman.rasmussen.co.za/
More information about the JDev
mailing list