On Nov 27, 2006, at 3:59 PM, Gaston Dombiak wrote:
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 collectthe jar files in each target folder and use them in my project, isn't it?
the only required jar is mina-core, the rest are if you want to do extra things that each brings.
Based on what I read I will need to implement my own ProtocolDecoder andProtocolEncoder to decode/encode XMPP (XML) packets.
yup, your own ProtocolCodecFactory. You can probably use the ProtocolCodecFilter that we ship with.
I was reading thehttp://wiki.apache.org/directory/MinaTutorial tutorial and checking the1.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?
check out the examples listed at http://mina.apache.org/ documentation.html for something more up-to-date
PS: Do you have an XMPP account where I can reach you? :D
i generally idle in #directory-dev (and now #mina) on irc.freenode.net, that's a good way :)
-pete -- [EMAIL PROTECTED] - http://fotap.org/~osi
smime.p7s
Description: S/MIME cryptographic signature
