Address
From Friend2Friend Wiki
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.