Is there any way of enabling TLS1.2 support in the existing jMQTT client library (V1.00)? It only appears to support TLS1.0 which is now deprecated, or about to become so. (While TLS V1.0 is probably sufficient for my needs - I'm not using it for financial transactions, I'd still prefer to use something closer to the bleeding edge).
If I can't make the existing client use TLS1.2, what do I need to do to create a new library from the latest Eclipse Paho project (which does support TLS1.2)? I'm guessing I need to install Eclipse and not just use the Simple Library Compiler?
If I can't make the existing client use TLS1.2, what do I need to do to create a new library from the latest Eclipse Paho project (which does support TLS1.2)? I'm guessing I need to install Eclipse and not just use the Simple Library Compiler?