Plugins
TheEMQ Xbroker could be extended by Plugins. A plugin is an Erlang application that adds extra feature to theEMQ Xbroker:
emqx_retainer | Store Retained Messages |
---|---|
emqx_dashboard | Web Dashboard |
emqx_auth_clientid | Authentication with ClientId |
emqx_auth_username | Authentication with Username and Password |
emqx_plugin_template | Plugin template and demo |
emqx_auth_ldap | LDAP Auth Plugin |
emqx_auth_http | Authentication/ACL with HTTP API |
emqx_auth_mysql | Authentication with MySQL |
emqx_auth_pgsql | Authentication with PostgreSQL |
emqx_auth_redis | Authentication with Redis |
emqx_auth_mongo | Authentication with MongoDB |
emqx_sn | MQTT-SN Protocol Plugin |
emqx_coap | CoAP Protocol Plugin |
emqx_stomp | STOMP Protocol Plugin |
emqx_recon | Recon Plugin |
emqx_reloader | Reloader Plugin |
emqx_web_hook | Web Hook Plugin |
emqx_lua_hook | Lua Hook Plugin |