Symple protocol messages, peers, client, and server helpers.
| Name | Description |
|---|---|
Client | Symple v4 client. |
Command | Symple command message with a node path and action verb. |
Event | Symple event message carrying a named occurrence with a timestamp. |
Form | Interactive form with pages, sections, and fields for command data exchange. |
FormElement | Base element within a Symple form. |
FormField | Form input field with typed values and selectable options. |
Message | Base Symple protocol message with addressing, status, data, and notes. |
Peer | Symple peer record containing identity, presence, and custom fields. |
Presence | Symple presence message indicating a peer's online status. |
Roster | The Roster provides a registry for active network peers indexed by session ID. |
Server | Symple v4 server. |
ServerPeer | Per-connection state for a connected Symple peer. |
Address | The Address structure is an endpoint identifier for a peer on the network. The format is like so: user|id |
ClientState | Client connection states. |