XMPP / XML Frame Decoder

ram_m ramprakash_masina at yahoo.com
Wed Mar 24 17:48:14 EDT 2010


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.


More information about the netty-users mailing list