From 76684a899ef7b83926a38fbda8128185fb968566 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Fri, 25 Sep 2015 22:34:11 +0800 Subject: [PATCH] 0.11.0 --- PLUGIN.md | 6 ------ README.md | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/PLUGIN.md b/PLUGIN.md index 26993390a..31f96adb4 100644 --- a/PLUGIN.md +++ b/PLUGIN.md @@ -1,8 +1,2 @@ -git submodule init - -or - -git submodule update --remote - Please see [Plugin Design](https://github.com/emqtt/emqttd/wiki/Plugin%20Design). diff --git a/README.md b/README.md index b5109eefa..a7929087d 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ emqttd is aimed to provide a solid, enterprise grade, extensible open-source MQT * [emqttd_plugin_pgsql](https://github.com/emqtt/emqttd_plugin_pgsql) - Authentication with PostgreSQL * [emqttd_plugin_kafka](https://github.com/emqtt/emqttd_plugin_kafka) - Publish MQTT Messages to Kafka * [emqttd_plugin_redis](https://github.com/emqtt/emqttd_plugin_redis) - Redis Plugin +* [emqttd_stomp](https://github.com/emqtt/emqttd_stomp) - Stomp Protocol Plugin +* [emqttd_sockjs](https://github.com/emqtt/emqttd_sockjs) - SockJS(Stomp) Plugin ## Dashboard