-
Notifications
You must be signed in to change notification settings - Fork 2
FCPv2 LoadPlugin
David Roden edited this page Sep 9, 2023
·
2 revisions
LoadPlugin asks the Freenet node to load the plugin from the given location.
The node will respond with a PluginInfo message.
LoadPlugin Identifier=moohmeep PluginURL=HelloWorld URLType=official Store=true EndMessage
| Field | Possible values | Mandatory | Default | Description |
|---|---|---|---|---|
| Identifier | Arbitrary text string | Yes | This is for client to be able to identify responses | |
| PluginURL | Plugin location | Yes |
An URI that point to the plugin location.official:
|
|
| URLType | [official,file,freenet,url] | No | Attempts autodetect | Type of plugin source. (currently autodection does not work if the local file does not exist or type is 'url') |
| Store | [true,false] | No | false | If true, the plugin url is written to config. |