jabberd2
2.3.4
|
#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 |
const char * host_st::realm |
our realm (SASL)
our realm
Definition at line 126 of file c2s.h.
Referenced by _authreg_auth_get(), _authreg_auth_log(), _authreg_auth_set(), _authreg_register_set(), _c2s_client_sx_callback(), _c2s_hosts_expand(), _c2s_sx_sasl_callback(), _s2s_hosts_expand(), and c2s_router_sx_callback().
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 |
Definition at line 148 of file c2s.h.
Referenced by _authreg_auth_get(), _authreg_auth_set(), _authreg_register_get(), _authreg_register_set(), _c2s_client_mio_callback(), _c2s_hosts_expand(), _c2s_sx_sasl_callback(), and c2s_router_sx_callback().
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().