Most recent edit on 2008-02-01 13:33:35 by JuergenUrner [Documented fields according to GetPluginInfo.java]
Additions:
Identifier=blah
Detailed=false
<td align="left">Name of the plugin</td>
<tr>
<td>Identifier</td>
<td align="left">Arbitrary text string</td>
<td>No</td>
<td>This is for client to be able to identify responses</td>
<td>Detailed</td>
<td align="left"><span style="color:green">false</span>, <span style="color:green">true</span></td>
<td>No</td>
<td>If <span style="color:green">true</span>, detailed information is returned (requires full access)</td>
Notes:
- if detailed information is requested and the client does not have full access, the node responds with the corrosponding ProtocolError
Deletions:
PluginInfo
<td align="left">plugin.name</td>
Oldest known version of this page was edited on 2007-11-20 00:10:37 by SaceS [add GetPluginInfo]
Page view:
GetPluginInfo
This is a message of the
Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from a client program to the Freenet node.
This message asks the Freenet node for the presence of the given pluginname
The node will respond with a
PluginInfo message.
Example
GetPluginInfo
PluginName=plugins.HelloFCP.HelloFCP
EndMessage
PluginInfo
PluginName=plugins.HelloFCP.HelloFCP
EndMessage
| Field |
Possible values |
Mandatory? |
Description |
| PluginName |
plugin.name |
Yes |
A name to identify the plugin. Must be the same as class name shown on plugins page |