XMPP / XML Frame Decoder

ram_m ramprakash_masina at yahoo.com
Wed Mar 24 21:23:56 EDT 2010


In general for xml parsing, there has to be a minimum amount of data that
needs to be read, for any meaning full parsing, For XMPP an individual
stanza would mostly be the minimum to take some action. Ofcourse, the basic
assumption or implementation choice has to be made with regarding to the
size of the stanza for the server to protect itself.

I am thinking at a minimum for an XML based protocol is to read one full
opening node into a buffer and handover it to the next layer, so it would
mostly act as a SAX parser.

-- 
View this message in context: http://n2.nabble.com/XMPP-XML-Frame-Decoder-tp4717020p4795077.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list