Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XMPPTCPConnection - setEnabledSSLProtocols/ ciphers can never work #68

Closed
wants to merge 1 commit into from

Commits on Feb 10, 2016

  1. Fix setEnabledSSL(Protocols|Ciphers)

    - this commit fixes issue SMACK-712
    - problem caused by opening input/ output stream before setting ssl parameters to SSLSession
    - problem fixed by changing order of this operations
    Tomas Nosek committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    25b7db0 View commit details
    Browse the repository at this point in the history