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