From 41dc80f32d1600be09f3efde997fe6f285b8f6b3 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Mon, 8 May 2017 12:39:16 +0800 Subject: [PATCH 1/2] Add 'SSL Socket Options' --- etc/emq.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/etc/emq.conf b/etc/emq.conf index 40341b83f..41d871a2c 100644 --- a/etc/emq.conf +++ b/etc/emq.conf @@ -397,6 +397,17 @@ listener.ssl.external.certfile = {{ platform_etc_dir }}/certs/cert.pem ### Notice: 'verify' should be configured as 'verify_peer' ## listener.ssl.external.peer_cert_as_username = cn +## SSL Socket Options +## listener.ssl.external.backlog = 1024 + +## listener.ssl.external.recbuf = 4KB + +## listener.ssl.external.sndbuf = 4KB + +## listener.ssl.external.buffer = 4KB + +## listener.ssl.external.nodelay = true + ##-------------------------------------------------------------------- ## External MQTT/WebSocket Listener From cac58ca9afc3b98116f887b4d7ca3fcee7e68709 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Tue, 9 May 2017 08:49:32 +0800 Subject: [PATCH 2/2] Add emq_web_hook, emq_lua_hook plugins --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9bbd5f8eb..a4f7432e6 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ Please visit [emqtt.io](http://emqtt.io) for more service. Follow us on Twitter: * Passed eclipse paho interoperability tests * Local Subscription * Shared Subscription +* Proxy Protocol V1/2 +* Lua Hook and Web Hook ## Installation @@ -84,6 +86,8 @@ Plugin | Descrip [emq_auth_mongo](https://github.com/emqtt/emq_auth_mongo) | MongoDB Authentication/ACL Plugin [emq_auth_http](https://github.com/emqtt/emq_auth_http) | Authentication/ACL by HTTP API [emq_auth_ldap](https://github.com/emqtt/emq_auth_ldap) | LDAP Authentication Plugin +[emq_web_hook](https://github.com/emqtt/emq-web-hook) | Web Hook Plugin +[emq_lua_hook](https://github.com/emqtt/emq-lua-hook) | Lua Hook Plugin [emq_sn](https://github.com/emqtt/emq_sn) | MQTT-SN Protocol Plugin [emq_coap](https://github.com/emqtt/emq_coap) | CoAP Protocol Plugin [emq_stomp](https://github.com/emqtt/emq_stomp) | Stomp Protocol Plugin