Most recent edit on 2008-07-03 07:34:03 by NextGens [tell about FCP2p0SubscribedUSK here too]
Additions:
As soon as the node receive that message it will issue a SubscribedUSK message.
Edited on 2007-10-07 15:22:54 by AlexLehm [typo]
Additions:
URI=USK@7H66rhYmxIFgMyw5Dl11JazXGHPhp7dSN7WMa1pbtEo,jQHUQUPTkeRcjmjgrc7t5cDRdDkK3uKkrSzuw5CO9uk,AQACAAE/ENTRY.POINT/35/
Deletions:
URI=>USK@7H66rhYmxIFgMyw5Dl11JazXGHPhp7dSN7WMa1pbtEo,jQHUQUPTkeRcjmjgrc7t5cDRdDkK3uKkrSzuw5CO9uk,AQACAAE/ENTRY.POINT/35/
Edited on 2007-07-25 15:33:08 by MatthewToseland [slightly better wording]
Additions:
<td>Whether to actively request the key or just to notify updates resulting from other requests</td>
Deletions:
<td>Whether to actively request the key or just to notify updates that are requests elsewhere</td>
Edited on 2007-07-25 15:22:01 by MatthewToseland [URI not USK]
Additions:
<td>URI</td>
Deletions:
<td>USK</td>
Oldest known version of this page was edited on 2007-07-22 16:42:52 by AlexLehm [filled in description]
Page view:
SubscribeUSK
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.
It asks the node to notify the client when a given USK is updated by sending a
SubscribedUSKUpdate message. This request persists until the client disconnects so you will receive all subsequent updates (or even the updates that incremented the version number from the one that is in your USK key until the one that is current).
The client may choose to make the subscription passive or active.
Example
SubscribeUSK
URI=>USK@7H66rhYmxIFgMyw5Dl11JazXGHPhp7dSN7WMa1pbtEo,jQHUQUPTkeRcjmjgrc7t5cDRdDkK3uKkrSzuw5CO9uk,AQACAAE/ENTRY.POINT/35/
Identifier=TEP-subscribe
DontPoll=true
End
| Field |
Possible values |
Mandatory? |
Default |
Description |
| USK |
A freenet USK URI |
Yes |
|
The URI of the freenet document you want to be notified about |
| Identifier |
Arbitrary text |
Yes |
|
The unique identifier of the subscription. |
| DontPoll |
true, false |
No |
false |
Whether to actively request the key or just to notify updates that are requests elsewhere |