jabberd2  2.5.0
Data Fields
host_st Struct Reference

#include <c2s.h>

Data Fields

const char * realm
 our realm (SASL) More...
 
const char * host_pemfile
 starttls pemfile More...
 
const char * host_cachain
 certificate chain More...
 
char * host_private_key_password
 private key password More...
 
int host_verify_mode
 verify-mode More...
 
int host_require_starttls
 require starttls More...
 
const char * host_ciphers
 list of TLS ciphers More...
 
const char * ar_module_name
 
authreg_t ar
 
int ar_register_enable
 registration More...
 
const char * ar_register_instructions
 
const char * ar_register_oob
 
int ar_register_password
 

Detailed Description

Definition at line 124 of file c2s.h.

Field Documentation

const char * host_st::realm
const char * host_st::host_pemfile

starttls pemfile

Definition at line 129 of file c2s.h.

Referenced by _c2s_client_sx_callback(), _c2s_hosts_expand(), and _s2s_hosts_expand().

const char * host_st::host_cachain

certificate chain

Definition at line 132 of file c2s.h.

Referenced by _c2s_hosts_expand(), and _s2s_hosts_expand().

char * host_st::host_private_key_password

private key password

Definition at line 135 of file c2s.h.

Referenced by _c2s_hosts_expand(), and _s2s_hosts_expand().

int host_st::host_verify_mode

verify-mode

Definition at line 138 of file c2s.h.

Referenced by _c2s_hosts_expand(), and _s2s_hosts_expand().

int host_st::host_require_starttls

require starttls

Definition at line 141 of file c2s.h.

Referenced by _c2s_client_sx_callback(), and _c2s_hosts_expand().

const char * host_st::host_ciphers

list of TLS ciphers

Definition at line 144 of file c2s.h.

Referenced by _c2s_hosts_expand(), and _s2s_hosts_expand().

const char* host_st::ar_module_name

Definition at line 147 of file c2s.h.

Referenced by _c2s_hosts_expand().

authreg_t host_st::ar
int host_st::ar_register_enable

registration

Definition at line 151 of file c2s.h.

Referenced by _authreg_register_get(), _authreg_register_set(), _bind_features(), and _c2s_hosts_expand().

const char* host_st::ar_register_instructions

Definition at line 152 of file c2s.h.

Referenced by _authreg_register_get(), and _c2s_hosts_expand().

const char* host_st::ar_register_oob

Definition at line 153 of file c2s.h.

Referenced by _authreg_register_get(), and _c2s_hosts_expand().

int host_st::ar_register_password

Definition at line 154 of file c2s.h.

Referenced by _authreg_register_set(), and _c2s_hosts_expand().


The documentation for this struct was generated from the following files: