File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- wave [ ![ Build Status] ( https://secure.travis-ci.org/gbour/wave.png?branch=master )] ( http://travis-ci.org/gbour/wave ) ![ release 0.3 .0] ( https://img.shields.io/badge/release-0.3 .0-red.svg )
1
+ wave [ ![ Build Status] ( https://secure.travis-ci.org/gbour/wave.png?branch=master )] ( http://travis-ci.org/gbour/wave ) ![ release 0.4 .0] ( https://img.shields.io/badge/release-0.4 .0-red.svg )
2
2
====
3
3
4
4
Wave is a MQTT Broker, written in Erlang.
@@ -15,10 +15,11 @@ Features
15
15
* [x] Qos 0, 1 & 2
16
16
* [x] SSL
17
17
* [x] WebSockets
18
- * [ ] $SYS hierarchy
19
- * [ ] monitoring
20
- * [X] access logs
21
- * [ ] authentication
18
+ * [x] $SYS hierarchy
19
+ * [x] monitoring
20
+ * [x] access logs
21
+ * [x] authentication
22
+ * [ ] ACLs
22
23
* [ ] administration interface
23
24
* [ ] plugins
24
25
Original file line number Diff line number Diff line change 2
2
3
3
{application , wave , [
4
4
{description , " MQTT broker" },
5
- {vsn , " 0.3 .0" },
5
+ {vsn , " 0.4 .0" },
6
6
{registered , []},
7
7
{mod , { wave_app , []}},
8
8
{applications , [
Original file line number Diff line number Diff line change 44
44
]}.
45
45
46
46
{relx , [{release ,
47
- {'wave' , " 0.3 .0" },
47
+ {'wave' , " 0.4 .0" },
48
48
[
49
49
wave ,
50
50
% dependencies dependencies
You can’t perform that action at this time.
0 commit comments