RemovePlugin
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 to remove the given plugin
The node will respond with a PluginRemoved message.
Example
RemovePlugin Identifier=moohmeep PluginName=plugins.HelloWorld.HelloWorld Purge=true EndMessage
| Field | Possible values | Mandatory? | Description |
|---|---|---|---|
| Identifier | Arbitrary text string | Yes | This is for client to be able to identify responses |
| PluginName | Name of the plugin | Yes | A name to identify the plugin. Must be the same as class name shown on plugins page |
| Purge | true, false | No | If true, the cached copy of the plugin is removed. |
Notes:
- if the client does not have full access, the node responds with the corrosponding ProtocolError