Hi guys, I would like to move from Mina2 to Mina3... I noticed that old api in most cases is not compatible with Mina3.
You can see the protocol implementation in which I use Mina2 here: https://github.com/vkravets/Fido4Java/tree/master/binkp Could you specify guide or examples which helps me to move to Mina3? Also I have one additional question which is related to Mina2 and Mina3: I have protocol encrypt/decrypt but this is is optional and it should be performed after connection(I received message in which describing should I use encryption or not). Can I performing such behavior using chain Filters. If yes how I can control state of encryption? Thanks, Vladimir
