Address

From Friend2Friend Wiki

Jump to: navigation, search

F2F systems use a common hierarchical format for addressing internal and external messages

Contents

Example

<to server="http://f2f.name/gateway" system="default" node="/f2f/guests/jim" thread="2" request="6" />

Hierarchy

Name Description
server The URL of the particular F2F server.
system The name of the particular soft-system.
node The ID of the soft-node.
thread The ID of the thread.
request The ID of the particular request.

Missing Attributes

  • Where attributes are omitted, they are assumed to be local. i.e. If server is unspecified, it is assumed to refer to the server in which the message is already.

Extra Attributes

  • Messages to/from processes have an extra process attribute, which is a URI.
  • Messages to/from filters have an extra set of 3 attributes, filter-direction (boolean), filter-position ('top','bottom') and filter-step (integer).
Personal tools