mentioned in issue briar-gtk#22
added T: feature label and removed T: task label
added S: needs more info label
To get the initial state, you probably want to expose PluginManager#getPlugin()
via the REST API. Maybe only for Tor: GET /transports/tor
maybe? This would maybe only include the Plugin.State
in the beginning.
{
"state": "active"
}
Then to get updates, the TransportStateEvent
should get send over the websocket connection.