From 63b11209fc6c8c3578a153acccc479d8f9580f57 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Sat, 2 May 2015 15:50:03 +0800 Subject: [PATCH] update 'Features' --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 74bf6e481..212dc7988 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,12 @@ emqttd aims to provide a solid, enterprise grade open-source MQTT broker that co * MQTT Over Websocket(SSL) Support * HTTP Publish API Support * [$SYS/borkers/#](https://github.com/emqtt/emqtt/wiki/$SYS-Topics-of-Broker) Support -* Client Authentication with clientId or username, password. +* Client Authentication with clientId, ipaddress +* Client Authentication with username, password. * Client ACL control with ipaddress, clientid, username. * Cluster brokers on several servers. * Bridge brokers locally or remotelly -* 500K+ concurrent client connections per server +* 500K+ concurrent clients connections per server * Extensible architecture with plugin support * Passed eclipse paho interoperability tests @@ -76,11 +77,11 @@ The MIT License (MIT) ## Contributors -@hejin1026 <260495915 at qq.com> +[@hejin1026](https://github.com/hejin1026) -@desoulter +[@desoulter](https://github.com/desoulter) -@turtleDeng +[@turtleDeng](https://github.com/turtleDeng) ## Author