XMPP / XML Frame Decoder

Nicholas Hagen nicholas.hagen at znetdevelopment.com
Wed Mar 24 20:13:41 EDT 2010


I have something like this that's really simple within Netty that i  
wrote last week that just uses a decoder to split the stanzas up into  
single XML transactions and passes them upstream as a String so that  
either a business handler or XML decoder can process. It is very  
simple as I'm using purely as client code for simple performance  
testing of thousands of client connections. Was pretty simple to write  
up though.

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

On Mar 24, 2010, at 5:48 PM, ram_m <ramprakash_masina at yahoo.com> wrote:

>
> Take a look at openfire xmpp server from ignite. It uses MINA. What  
> it does
> is it has a simple xml parser which detects full xmpp stanzas (frame
> decoder) and hands over a list or atleast one complete stanza to a  
> higher
> lever, where you could use a XML PULL parser to parse the XML snippet.
> -- 
> View this message in context: http://n2.nabble.com/XMPP-XML-Frame-Decoder-tp4717020p4794116.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