XMPP / XML Frame Decoder

Nicholas Hagen nicholas.hagen at znetdevelopment.com
Fri Mar 12 12:58:35 EST 2010


I would think building something like an XML Decoder that utilizes  
JAXB or other similar unmarshalling/marshalling libraries into POJOs  
would be cool. I worry a bit about the performance over time with the  
scalability requirements of XMPP in all those conversions. However  
only having to create a POJO to manage the XMPP extensions would  
definitely simplify development. Just a matter of creating decoders  
per extension. Very cool idea.

Nicholas Hagen
Z|NET Development, LLC
www.znetdevelopment.com/blogs
* sent from my iPhone *

On Mar 12, 2010, at 11:35 AM, mheath <mheath at apache.org> wrote:

>
> I too would be very interested in an XMPP codec.  I started on a  
> simple XMPP
> server just to play around with it a bit but didn't get too far.  If  
> we had
> a decent XML decoder on Netty, building an XMPP protocol handler on  
> top of
> that would be simple.
>
> -Mike
> -- 
> View this message in context: http://n2.nabble.com/XMPP-XML-Frame-Decoder-tp4717020p4723036.html
> Sent from the Netty User Group mailing list archive at Nabble.com.
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users


More information about the netty-users mailing list