0.8.2
This commit is contained in:
parent
391dacee19
commit
bc4c8a9401
|
@ -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
README.md
10
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
|
||||
|
||||

|
||||
|
|
Loading…
Reference in New Issue