A B C D E F G H I J K L M N O P Q R S T U V W Y

B

BLOCK_ADDINS - Static variable in class CapabilityBlock
A capability block indicating that a client allows for using "add-ins" like MS Hearts, NetMeeting, and Quake II with other buddies.
BLOCK_CHAT - Static variable in class CapabilityBlock
A capability block used to indicate that a client is able to receive invitations to chat rooms.
BLOCK_DIRECTIM - Static variable in class CapabilityBlock
A capability block used to indicate that a client can receive a Direct IM invitation.
BLOCK_ENCRYPTION - Static variable in class CapabilityBlock
A capability block indicating that the user is available for Secure IM and may be available for other secure communcations (secure chat rooms, file transfer, and so on).
BLOCK_FILE_GET - Static variable in class CapabilityBlock
A capability block used to indicate that a client can receive requests to list files he or she is sharing.
BLOCK_FILE_SEND - Static variable in class CapabilityBlock
A capability block used to indicate that a client can be sent files.
BLOCK_GAMES - Static variable in class CapabilityBlock
The first of two blocks used to indicate that a client can receive invitations to play games.
BLOCK_GAMES2 - Static variable in class CapabilityBlock
The second of two blocks used to indicate that a client can receive invitations to play games.
BLOCK_ICON - Static variable in class CapabilityBlock
A capability block used to indicate that a client can receive buddy icons.
BLOCK_ICQCOMPATIBLE - Static variable in class CapabilityBlock
A capability block that indicates that a client can chat with ICQ users.
BLOCK_SENDBUDDYLIST - Static variable in class CapabilityBlock
A capability block used to indicate that a client can receive a copy of another user's buddy list.
BLOCK_SHORTCAPS - Static variable in class CapabilityBlock
A capability block indicating that the client is capable of parsing "short capability blocks."
BLOCK_SOMETHING - Static variable in class CapabilityBlock
A capability block whose purpose is unknown at the time of this writing.
BLOCK_TRILLIANCRYPT - Static variable in class CapabilityBlock
A capability block used to indicate that a client can chat using "Trillian encryption."
BLOCK_VOICE - Static variable in class CapabilityBlock
A capability block used to indicate that a client is able to receive voice chat invitations.
BinaryTools - class net.kano.joscar.BinaryTools.
Provides a set of methods for converting binary data sent over an OSCAR connection to various logical structures.
BuddyCommand - class BuddyCommand.
A base class for commands in the "buddy status" 0x03 SNAC family.
BuddyCommand(int) - Constructor for class BuddyCommand
Creates a command object in the buddy status family with the given command subtype.
BuddyItem - class BuddyItem.
An SSI item object representing a buddy on the user's buddy list.
BuddyItem(SsiItem) - Constructor for class BuddyItem
Creates a new buddy item object from the given SSI item.
BuddyItem(BuddyItem) - Constructor for class BuddyItem
Creates a buddy item object with the same properties as the given object.
BuddyItem(String, int, int) - Constructor for class BuddyItem
Creates a new buddy item with the given screenname, group ID, and buddy ID.
BuddyItem(String, int, int, String, String, int, int, String) - Constructor for class BuddyItem
Creates a new buddy item object with the given properties.
BuddyItem(String, int, int, String, String, int, int, String, TlvChain) - Constructor for class BuddyItem
Creates a new buddy item object with the given properties.
BuddyOfflineCmd - class BuddyOfflineCmd.
A command sent when a buddy signs off.
BuddyOfflineCmd(SnacPacket) - Constructor for class BuddyOfflineCmd
Generates a buddy signoff command from the given incoming SNAC packet.
BuddyOfflineCmd(String) - Constructor for class BuddyOfflineCmd
Creates a new outgoing buddy signoff command for the given screenname.
BuddyStatusCmd - class BuddyStatusCmd.
A command sent when a buddy signs on or when some property of the buddy (such as idle time) has changed.
BuddyStatusCmd(SnacPacket) - Constructor for class BuddyStatusCmd
Generates a new buddy status update command from the given incoming SNAC packet.
BuddyStatusCmd(FullUserInfo) - Constructor for class BuddyStatusCmd
Creates a new outgoing buddy status update command with the given user information block.
ByteBlock - class net.kano.joscar.ByteBlock.
Provides a read-only interface to an underlying block of data.

A B C D E F G H I J K L M N O P Q R S T U V W Y