Feng Lee 10 lat temu
rodzic
commit
bc4c8a9401
2 zmienionych plików z 18 dodań i 0 usunięć
  1. 8 0
      CHANGELOG.md
  2. 10 0
      README.md

+ 8 - 0
CHANGELOG.md

@@ -2,6 +2,14 @@
 emqttd ChangeLog
 ==================
 
+0.8.2-alpha (2015-06-01)
+-------------------------
+
+Bugfix: issue #147 - WebSocket client cannot subscribe queue '$Q/queue/${clientId}'
+
+Bugfix: issue #146 - emqttd_auth_ldap: fill(Username, UserDn) is not right
+
+
 0.8.1-alpha (2015-05-28)
 -------------------------
 

+ 10 - 0
README.md

@@ -37,6 +37,16 @@ emqttd is aimed to provide a solid, enterprise grade, extensible open-source MQT
 * Passed eclipse paho interoperability tests
 
 
+## Plugins
+
+* [emqttd_auth_clientid](https://github.com/emqtt/emqttd/wiki/Authentication) - Authentication with ClientIds
+* emqttd_auth_mysql - Authentication with MySQL
+* emqttd_auth_ldap - Authentication with LDAP
+* emqttd_mod_autosub - Subscribe some topics automatically when client connected
+* [emqttd_mod_presence](https://github.com/emqtt/emqttd/wiki/Presence) - Publish presence message to $SYS topics when client connected or disconnected
+* [emqttd_mod_rewrite](https://github.com/emqtt/emqttd/wiki/Rewrite) - Topics rewrite like HTTP rewrite module
+
+
 ## Design
 
 ![emqttd architecture](http://emqtt.io/static/img/Architecture.png)