PluginInfo
This is a message of the Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from the Freenet node to a client program.
This message is send as response to a GetPluginInfo message if the plugin was found.
Example
PluginInfo PluginName=plugins.HelloFCP.HelloFCP IsTalkable=true EndMessage
| Field | Possible values | Always set? | Description |
|---|---|---|---|
| PluginName | Name of the plugin | Yes | A name to identify the plugin. Must be the same as class name shown on plugins page |
| Identifier | Arbitrary text string | No | This is for client to be able to identify responses |
| IsTalkable | true/false | yes | If this is set 'true', the Plugin is Talkable. (since 1209) |
| OriginalUri | whatever | detailed | whatever |
| Started | false, true | detailed | true if the plugin is started |