Hey Pete, Thanks!!! That is exactly the info I was looking for. I just downloaded the branch 1.1 and built it using "mvn install". I just need to collect the jar files in each target folder and use them in my project, isn't it?
Based on what I read I will need to implement my own ProtocolDecoder and ProtocolEncoder to decode/encode XMPP (XML) packets. I was reading the http://wiki.apache.org/directory/MinaTutorial tutorial and checking the 1.0.0 source code at the same time and noticed that some classes (e.g. ProtocolHandler, ProtocolProvider, ProtocolThreadPoolFilter and IoThreadPoolFilter) are not present in the code. I guess that the tutorial is a outdated. Is there a newest tutorial and/or example of protocol decoders/encoders that I could use as a basis? Thanks for your help. -- Gato PS: Do you have an XMPP account where I can reach you? :D -----Original Message----- From: peter royal [mailto:[EMAIL PROTECTED] Sent: Monday, November 27, 2006 3:48 PM To: [email protected] Subject: Re: New to MINA - Trunk status? On Nov 27, 2006, at 3:21 PM, Gaston Dombiak wrote: > Thanks for the quick reply. I see 2 branches: 1.0 and 1.1. Is the 1.1 > branch going to be 1.2? yup! > Can you tell me how stable is branch 1.1 (if it is 1.2) and trunk? Or > should I stick with released 1.0.0 and wait for the next official > release? :) > > Thanks for your help, Trunk will be undergoing API changes as things are tweaked. 1.0 and 1.2 have the same source-level API, only difference is 1.2 will require java 5. I'd recommend getting your feed wet with the 1.1 branch. Its API is stable and the community at large will be able to help. the trunk is undergoing some decently-sized API changes, and you might want to wait for it to settle down a bit before building on top of it. -pete -- [EMAIL PROTECTED] - http://fotap.org/~osi
