Skip to content
Snippets Groups Projects
Forked from gajim / gajim
Source project has a limited visibility.
  • tomk's avatar
    cbfa9d97
    - TLS classes refactored - NonBlockingTLS is now plugged to NonBlockingTCP and · cbfa9d97
    tomk authored
      derived (was plugged to NonBlockingClient which made it unusable for BOSH)
    - Fixed HTTP CONNECT proxy socket
    - Implemented workaround for the bug with insecure-connection warning dialog
      (unfortunately, this is not over - I just forbid the transport to send
      BOSH empty bodies until auth module is plugged, which is wrong and will
      break if user will wait more than "inactivity" (usualy thirty) seconds
      before clicking the dialog.
      This workaround works with ejb and opf, and also breaks connection with
      both of them if delay is too long.
    - Implemented basic TLS over BOSH. It works only with OPF and poorly.
    cbfa9d97
    History
    - TLS classes refactored - NonBlockingTLS is now plugged to NonBlockingTCP and
    tomk authored
      derived (was plugged to NonBlockingClient which made it unusable for BOSH)
    - Fixed HTTP CONNECT proxy socket
    - Implemented workaround for the bug with insecure-connection warning dialog
      (unfortunately, this is not over - I just forbid the transport to send
      BOSH empty bodies until auth module is plugged, which is wrong and will
      break if user will wait more than "inactivity" (usualy thirty) seconds
      before clicking the dialog.
      This workaround works with ejb and opf, and also breaks connection with
      both of them if delay is too long.
    - Implemented basic TLS over BOSH. It works only with OPF and poorly.