jabberd2
2.2.17
|
#include <c2s.h>
Data Fields | |
char * | realm |
our realm (SASL) | |
char * | host_pemfile |
starttls pemfile | |
char * | host_cachain |
certificate chain | |
int | host_verify_mode |
verify-mode | |
int | host_require_starttls |
require starttls | |
int | ar_register_enable |
registration | |
char * | ar_register_instructions |
char * | ar_register_oob |
int | ar_register_password |
char * host_st::realm |
our realm (SASL)
our realm
Definition at line 119 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().
char * host_st::host_pemfile |
starttls pemfile
Definition at line 122 of file c2s.h.
Referenced by _c2s_client_sx_callback(), _c2s_hosts_expand(), and _s2s_hosts_expand().
char * host_st::host_cachain |
certificate chain
Definition at line 125 of file c2s.h.
Referenced by _c2s_hosts_expand(), and _s2s_hosts_expand().
int host_st::host_verify_mode |
verify-mode
Definition at line 128 of file c2s.h.
Referenced by _c2s_hosts_expand(), and _s2s_hosts_expand().
int host_st::host_require_starttls |
require starttls
Definition at line 131 of file c2s.h.
Referenced by _c2s_client_sx_callback(), and _c2s_hosts_expand().
int host_st::ar_register_enable |
registration
Definition at line 134 of file c2s.h.
Referenced by _authreg_register_get(), _authreg_register_set(), _bind_features(), and _c2s_hosts_expand().
char* host_st::ar_register_instructions |
Definition at line 135 of file c2s.h.
Referenced by _authreg_register_get(), and _c2s_hosts_expand().
char* host_st::ar_register_oob |
Definition at line 136 of file c2s.h.
Referenced by _authreg_register_get(), and _c2s_hosts_expand().
int host_st::ar_register_password |
Definition at line 137 of file c2s.h.
Referenced by _authreg_register_set(), and _c2s_hosts_expand().