|
|
@@ -151,41 +151,41 @@ Plugins
|
|
|
|
|
|
A plugin is an Erlang application to extend the *EMQ* broker.
|
|
|
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_auth_clientid`_ | Authentication with ClientId |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_auth_username`_ | Authentication with Username and Password |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_plugin_template`_ | Plugin template and demo |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_dashboard`_ | Web Dashboard |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_auth_ldap`_ | LDAP Auth Plugin |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_auth_http`_ | Authentication/ACL with HTTP API |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_auth_mysql` _ | Authentication with MySQL |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_auth_pgsql`_ | Authentication with PostgreSQL |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_auth_redis`_ | Authentication with Redis |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_mod_rewrite`_ | Topics rewrite like HTTP rewrite module |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_plugin_mongo`_ | Authentication with MongoDB |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_sn`_ | MQTT-SN Protocol Plugin |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_coap`_ | CoAP Protocol Plugin |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_stomp`_ | STOMP Protocol Plugin |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_sockjs`_ | SockJS(Stomp) Plugin |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_recon`_ | Recon Plugin |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
-| `emq_reloader`_ | Reloader Plugin |
|
|
|
-+----------------------------+--------------------------------------------+
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_auth_clientid`_ | Authentication with ClientId |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_auth_username`_ | Authentication with Username and Password |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_plugin_template`_ | Plugin template and demo |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_dashboard`_ | Web Dashboard |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_auth_ldap`_ | LDAP Auth Plugin |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_auth_http`_ | Authentication/ACL with HTTP API |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_auth_mysql` _ | Authentication with MySQL |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_auth_pgsql`_ | Authentication with PostgreSQL |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_auth_redis`_ | Authentication with Redis |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_mod_rewrite`_ | Topics rewrite like HTTP rewrite module |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_mod_mongo`_ | Authentication with MongoDB |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_sn`_ | MQTT-SN Protocol Plugin |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_coap`_ | CoAP Protocol Plugin |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_stomp`_ | STOMP Protocol Plugin |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_sockjs`_ | SockJS(Stomp) Plugin |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_recon`_ | Recon Plugin |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
+| `emq_reloader`_ | Reloader Plugin |
|
|
|
++-------------------------+--------------------------------------------+
|
|
|
|
|
|
A plugin could be enabled by 'bin/emqttd_ctl plugins load' command.
|
|
|
|