|
|
@ -230,11 +230,12 @@ struct plugin__callbacks{
|
|
|
|
struct mosquitto__callback *reload;
|
|
|
|
struct mosquitto__callback *reload;
|
|
|
|
struct mosquitto__callback *acl_check;
|
|
|
|
struct mosquitto__callback *acl_check;
|
|
|
|
struct mosquitto__callback *basic_auth;
|
|
|
|
struct mosquitto__callback *basic_auth;
|
|
|
|
struct mosquitto__callback *psk_key;
|
|
|
|
|
|
|
|
struct mosquitto__callback *ext_auth_start;
|
|
|
|
struct mosquitto__callback *ext_auth_start;
|
|
|
|
struct mosquitto__callback *ext_auth_continue;
|
|
|
|
struct mosquitto__callback *ext_auth_continue;
|
|
|
|
struct mosquitto__callback *control;
|
|
|
|
struct mosquitto__callback *control;
|
|
|
|
struct mosquitto__callback *message;
|
|
|
|
struct mosquitto__callback *message;
|
|
|
|
|
|
|
|
struct mosquitto__callback *tick;
|
|
|
|
|
|
|
|
struct mosquitto__callback *psk_key;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
struct mosquitto__security_options {
|
|
|
|
struct mosquitto__security_options {
|
|
|
@ -797,6 +798,7 @@ void listener__set_defaults(struct mosquitto__listener *listener);
|
|
|
|
int plugin__load_v5(struct mosquitto__listener *listener, struct mosquitto__auth_plugin *plugin, struct mosquitto_opt *auth_options, int auth_option_count, void *lib);
|
|
|
|
int plugin__load_v5(struct mosquitto__listener *listener, struct mosquitto__auth_plugin *plugin, struct mosquitto_opt *auth_options, int auth_option_count, void *lib);
|
|
|
|
int plugin__handle_message(struct mosquitto_db *db, struct mosquitto *context, struct mosquitto_msg_store *stored);
|
|
|
|
int plugin__handle_message(struct mosquitto_db *db, struct mosquitto *context, struct mosquitto_msg_store *stored);
|
|
|
|
void LIB_ERROR(void);
|
|
|
|
void LIB_ERROR(void);
|
|
|
|
|
|
|
|
void plugin__handle_tick(struct mosquitto_db *db);
|
|
|
|
|
|
|
|
|
|
|
|
/* ============================================================
|
|
|
|
/* ============================================================
|
|
|
|
* Property related functions
|
|
|
|
* Property related functions
|
|
|
|