|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
SnacCommand
s and associated command
factories for SNAC family 0x13
, which provides a rather complex
system of storing miscellaneous data (like the buddy list) on the server.
See:
Description
Class Summary | |
ActivateSsiCmd | A SNAC command sent to "activate" the current server-stored data. |
ClientSsiCmdFactory | A SNAC command factory for the client-bound commands provided in this package, appropriate for use by an AIM client. |
CreateItemsCmd | A SNAC command sent to create new server-stored "items." |
DeleteItemsCmd | A SNAC command used to delete specific server-stored "items." |
ItemsCmd | A base class for the three item-based commands in this package. |
ModifyItemsCmd | A SNAC command used to modify server-stored "items" that already exist on the server. |
PostModCmd | A SNAC command that WinAIM sends sometimes after modifying the buddy list
after sending a PreModCmd . |
PreModCmd | A SNAC command that WinAIM sends sometimes before modifying the buddy list. |
ServerSsiCmdFactory | A SNAC command factory for the server-bound commands provided in this package, appropriate for use by an AIM server. |
SsiCommand | A base class for commands in the server-stored information 0x13
SNAC family. |
SsiDataCheck | A SNAC command sent to request the user's server-stored data if and only if it was modified past a certain date. |
SsiDataCmd | A SNAC command containing the user's server-stored information. |
SsiDataModResponse | A SNAC command used to acknowledge the modification of the user's server-stored data. |
SsiDataRequest | A SNAC command used to request the user's server-stored information. |
SsiItem | A data structure used to store various types of "items" on the server. |
SsiRightsCmd | A SNAC command containing a set of "rights" associated with server-stored information. |
SsiRightsRequest | A SNAC command sent to request a list of "rights" associated with server-stored information. |
SsiUnchangedCmd | A SNAC command sent to indicate to the client that the user's server-stored
data have not changed since the date specified in a previously sent SsiDataCheck . |
Provides implementations of SnacCommand
s and associated command
factories for SNAC family 0x13
, which provides a rather complex
system of storing miscellaneous data (like the buddy list) on the server.
net.kano.joscar.ssiitem
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |