XMPP / XML Frame Decoder

"Trustin Lee (이희승)" trustin at gmail.com
Wed Mar 24 20:28:22 EDT 2010


Yeah, such approach will work for small documents.  It will not be more
memory-efficient than other parsers since it has to hold the whole
document in memory.

ram_m 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.

-- 
what we call human nature in actuality is human habit
http://gleamynode.net/


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
Url : http://lists.jboss.org/pipermail/netty-users/attachments/20100325/5b8ba46a/attachment-0001.bin 


More information about the netty-users mailing list