Enumeration

XemeTlsMode

unstable since: 0.1

Declaration

enum Xeme.TlsMode

Description [src]

An enumeration representing which mode of TLS to use.

Available since: 0.1

Members

XEME_TLS_MODE_DIRECT_TLS

Use direct TLS.

  • Value: 0
  • Available since: 0.1
XEME_TLS_MODE_START_TLS

Use start TLS.

  • Value: 1
  • Available since: 0.1
XEME_TLS_MODE_NONE

Don’t use TLS. This should really only be used in rare circumstances like development.

  • Value: 2
  • Available since: 0.1