Most recent edit on 2008-02-01 14:01:15 by JuergenUrner [Added fields according to FCPPluginReply.java]
Additions:
| 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 |
| Identifier |
unique string |
No |
Identifier as passed by the caller |
| DataLength |
Integer from 0 to ? |
No |
Length of data if data is passed along with the message |
| Replies.customname |
text |
depends on plugin |
An amount of Replies.item=value pairs. See the documentation of the plugin for further details |
Oldest known version of this page was edited on 2007-11-20 00:42:08 by SaceS [add FCPPluginReply]
Page view:
FCPPluginReply
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 reply from a plugin.
Example
FCPPluginReply
PluginName=plugins.HelloFCP.HelloFCP
Identifier=moohmooh
Replies.fantasy=new world order
Replies.Hello=world
EndMessage