comment rewrite...
This commit is contained in:
parent
28edb239bb
commit
88f836c9a1
12
TODO
12
TODO
|
@ -2,20 +2,22 @@
|
|||
v0.9.0-alpha (2015-05-30)
|
||||
-------------------------
|
||||
|
||||
Presence Management....
|
||||
|
||||
Dashboard
|
||||
|
||||
Presence Management....
|
||||
|
||||
|
||||
v0.8.0-alpha (2015-05-10)
|
||||
-------------------------
|
||||
|
||||
Presence Management....
|
||||
|
||||
Force Subscriptions...
|
||||
|
||||
Documents...
|
||||
|
||||
MySQL Auth
|
||||
|
||||
Dashboard
|
||||
|
||||
AMQP
|
||||
|
||||
Bridge Test
|
||||
|
@ -24,8 +26,6 @@ Bridge Test
|
|||
0.8.0 (2015-05-10)
|
||||
-------------------------
|
||||
|
||||
Presence Management....
|
||||
|
||||
Force Subscription...
|
||||
|
||||
Point2Point Queue...
|
||||
|
|
|
@ -109,9 +109,9 @@
|
|||
%% Modules
|
||||
{modules, [
|
||||
%% Subscribe topics automatically when client connected
|
||||
{autosub, [{"$Q/client/$c", 0}]},
|
||||
{autosub, [{"$Q/client/$c", 0}]}
|
||||
%% Rewrite rules
|
||||
{rewrite, [{file, "etc/rewrite.config"}]}
|
||||
%% {rewrite, [{file, "etc/rewrite.config"}]}
|
||||
|
||||
]},
|
||||
%% Listeners
|
||||
|
|
Loading…
Reference in New Issue