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)
|
v0.9.0-alpha (2015-05-30)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
Presence Management....
|
||||||
|
|
||||||
|
Dashboard
|
||||||
|
|
||||||
|
Presence Management....
|
||||||
|
|
||||||
|
|
||||||
v0.8.0-alpha (2015-05-10)
|
v0.8.0-alpha (2015-05-10)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
Presence Management....
|
|
||||||
|
|
||||||
Force Subscriptions...
|
Force Subscriptions...
|
||||||
|
|
||||||
Documents...
|
Documents...
|
||||||
|
|
||||||
MySQL Auth
|
MySQL Auth
|
||||||
|
|
||||||
Dashboard
|
|
||||||
|
|
||||||
AMQP
|
AMQP
|
||||||
|
|
||||||
Bridge Test
|
Bridge Test
|
||||||
|
@ -24,8 +26,6 @@ Bridge Test
|
||||||
0.8.0 (2015-05-10)
|
0.8.0 (2015-05-10)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
Presence Management....
|
|
||||||
|
|
||||||
Force Subscription...
|
Force Subscription...
|
||||||
|
|
||||||
Point2Point Queue...
|
Point2Point Queue...
|
||||||
|
|
|
@ -109,9 +109,9 @@
|
||||||
%% Modules
|
%% Modules
|
||||||
{modules, [
|
{modules, [
|
||||||
%% Subscribe topics automatically when client connected
|
%% Subscribe topics automatically when client connected
|
||||||
{autosub, [{"$Q/client/$c", 0}]},
|
{autosub, [{"$Q/client/$c", 0}]}
|
||||||
%% Rewrite rules
|
%% Rewrite rules
|
||||||
{rewrite, [{file, "etc/rewrite.config"}]}
|
%% {rewrite, [{file, "etc/rewrite.config"}]}
|
||||||
|
|
||||||
]},
|
]},
|
||||||
%% Listeners
|
%% Listeners
|
||||||
|
|
Loading…
Reference in New Issue