jabberd2
2.3.1
|
#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... | |
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 123 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 126 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 129 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 132 of file c2s.h.
Referenced by _c2s_hosts_expand(), and _s2s_hosts_expand().
int host_st::host_verify_mode |
verify-mode
Definition at line 135 of file c2s.h.
Referenced by _c2s_hosts_expand(), and _s2s_hosts_expand().
int host_st::host_require_starttls |
require starttls
Definition at line 138 of file c2s.h.
Referenced by _c2s_client_sx_callback(), and _c2s_hosts_expand().
int host_st::ar_register_enable |
registration
Definition at line 141 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 142 of file c2s.h.
Referenced by _authreg_register_get(), and _c2s_hosts_expand().
const char* host_st::ar_register_oob |
Definition at line 143 of file c2s.h.
Referenced by _authreg_register_get(), and _c2s_hosts_expand().
int host_st::ar_register_password |
Definition at line 144 of file c2s.h.
Referenced by _authreg_register_set(), and _c2s_hosts_expand().