Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
M
MACFILEINFO_DEFAULT
- Static variable in class
FileTransferHeader
The Mac file information block sent by WinAIM.
MASK_AB
- Static variable in class
FullUserInfo
A user mask indicating that a user is an ActiveBuddy robot.
MASK_ACTION_PLAY_SOUND
- Static variable in class
BuddyItem
An alert action flag indicating that a sound should be played when the buddy alert is activated.
MASK_ACTION_POPUP
- Static variable in class
BuddyItem
An alert action flag indicating that a window should be popped up when the buddy alert is activated.
MASK_ADMIN
- Static variable in class
FullUserInfo
A user mask indicating that a user is an administrator.
MASK_ALL
- Static variable in class
FullUserInfo
A user mask representing all users.
MASK_AOL
- Static variable in class
FullUserInfo
A user mask indicating that a user is using AOL and not AIM.
MASK_AWAY
- Static variable in class
FullUserInfo
A user mask indicating that a user is away.
MASK_CAN_PEEK
- Static variable in class
AbstractChatInfo
A mask indicating that one is allowed to view the member list of a chat room without first joining it.
MASK_FREE
- Static variable in class
FullUserInfo
A user mask indicating that a user is using AIM for free (as opposed to using AOL, as with
MASK_AOL
).
MASK_INSTANCING_ALLOWED
- Static variable in class
AbstractChatInfo
At the time of this writing, I am unsure of what this value means.
MASK_NAV_ONLY
- Static variable in class
AbstractChatInfo
At the time of this writing, I am unsure of what this value means.
MASK_SHOW_IDLE_TIME
- Static variable in class
VisibilityItem
A visibility settings flag indicating that the user's idle time should be visible to other AIM users.
MASK_SHOW_TYPING
- Static variable in class
VisibilityItem
A visibility settings flag indicating that the user's
typing status
should be visible to other users.
MASK_UNCONFIRMED
- Static variable in class
FullUserInfo
A user mask indicating that a user never replied to his confirmation email, and may in fact not actually own the email address to which the screenname is registered.
MASK_WARNABLE
- Static variable in class
AbstractChatInfo
At the time of this writing, I am unsure of what this value means.
MASK_WHEN_ONLINE
- Static variable in class
BuddyItem
An alert flag indicating that the buddy's alert should be activated when he or she signs on.
MASK_WHEN_UNAWAY
- Static variable in class
BuddyItem
An alert flag indicating that the buddy's alert should be activated when he or she comes back from being away.
MASK_WHEN_UNIDLE
- Static variable in class
BuddyItem
An alert flag indicating that the buddy's alert should be activated when he or she comes back from being idle.
MASK_WIRELESS
- Static variable in class
FullUserInfo
A user mask indicating that a user is using a mobile phone to chat.
MAXCHAN_DEFAULT
- Static variable in class
ParamInfo
The value of "max channel" that the client must send when setting parameter information.
MAX_DATA_LEN
- Static variable in class
FlapPacket
The maximum length of FLAP data contained in a FLAP packet.
MODE_ALLOW_ALL
- Static variable in class
PrivacyItem
A privacy mode under which the
block list
is ignored and thus no users are blocked.
MODE_ALLOW_BUDDIES
- Static variable in class
PrivacyItem
A privacy mode under which all users not on one's buddy list are blocked.
MODE_ALLOW_PERMITS
- Static variable in class
PrivacyItem
A privacy mode under which all users not on the
"allow list"
are blocked.
MODE_BLOCK_ALL
- Static variable in class
PrivacyItem
A privacy mode under which all users are blocked.
MODE_BLOCK_DENIES
- Static variable in class
PrivacyItem
A privacy mode under which only users on the
block list
are blocked.
MessageAck
- class
MessageAck
.
A SNAC command sent to acknowledge that a message was sent to another user.
MessageAck(SnacPacket)
- Constructor for class
MessageAck
Generates a new message acknowledgement from the given incomingSNAC packet.
MessageAck()
- Constructor for class
MessageAck
Creates a new outgoing message acknowledgement command.
MigrationNotice
- class
MigrationNotice
.
A SNAC command sent to tell the client to "migrate" to another server.
MigrationNotice(SnacPacket)
- Constructor for class
MigrationNotice
Creates a new migration notice command from the given incoming SNAC packet.
MigrationNotice(String, ByteBlock, int[])
- Constructor for class
MigrationNotice
Creates a new outgoing migration notice command with the given supported SNAC families, hostname, and login cookie for that host.
MiniRoomInfo
- class
MiniRoomInfo
.
A data structure used to transmit a small amount of information about a chat room.
MiniRoomInfo(int, String, int, int)
- Constructor for class
MiniRoomInfo
Creates a room info object with the given properties.
MiniRoomInfo(FullRoomInfo)
- Constructor for class
MiniRoomInfo
Creates a new miniature room information block with the exchange, cookie, and instance properties of the given full room information block.
MiniRoomInfo(int, String, int)
- Constructor for class
MiniRoomInfo
Creates a new mini room info object with the given properties.
MiniUserInfo
- class
MiniUserInfo
.
A data structure containing a screen name and warning level.
MiniUserInfo(String, int, int)
- Constructor for class
MiniUserInfo
Creates a new miniature user info block with the given properties.
MiniUserInfo(String, int)
- Constructor for class
MiniUserInfo
Creates a new mini user info block with the given properties.
MinimalEncoder
- class net.kano.joscar.
MinimalEncoder
.
Provides a means of encoding a set of strings in the "smallest" encoding possible.
MinimalEncoder()
- Constructor for class net.kano.joscar.
MinimalEncoder
MiscTools
- class net.kano.joscar.
MiscTools
.
Provides a set of miscellaneous tools used throughout joscar.
MissedMessagesCmd
- class
MissedMessagesCmd
.
A SNAC command sent to indicate to a client that one or more messages were "missed."
MissedMessagesCmd(SnacPacket)
- Constructor for class
MissedMessagesCmd
Generates a new missed-messages command from the given incoming SNAC packet.
MissedMessagesCmd(MissedMsgInfo[])
- Constructor for class
MissedMessagesCmd
Creates a new outgoing missed-messages command with the given list of missed message information blocks.
MissedMsgInfo
- class
MissedMsgInfo
.
A data structure used to transmit information about messages that could not be sent for some reason.
MissedMsgInfo(int, FullUserInfo, int, int)
- Constructor for class
MissedMsgInfo
Creates a new missed message block with the given properties.
ModifyItemsCmd
- class
ModifyItemsCmd
.
A SNAC command used to modify server-stored "items" that already exist on the server.
ModifyItemsCmd(SnacPacket)
- Constructor for class
ModifyItemsCmd
Generates a new modify-SSI-items command from the given incoming SNAC packet.
ModifyItemsCmd(SsiItem[])
- Constructor for class
ModifyItemsCmd
Creates a new SSI modification command with the given items.
MutableSnacPacket
- class
MutableSnacPacket
.
Provides an interface for modifying the contents of a SNAC packet.
MutableSnacPacket(SnacPacket)
- Constructor for class
MutableSnacPacket
Creates a mutable SNAC packet object with the same properties as the given object.
MutableTlvChain
- interface
MutableTlvChain
.
Provides an interface for a TLV chain whose contents can be modified.
MyInfoRequest
- class
MyInfoRequest
.
A SNAC command sent to request one's own user information.
MyInfoRequest(SnacPacket)
- Constructor for class
MyInfoRequest
Creates a new self-info request from the given incoming SNAC packet.
MyInfoRequest()
- Constructor for class
MyInfoRequest
Creates a new outgoing self-info request.
migrate(FlapProcessor)
- Method in class
AbstractSnacProcessor
"Reattaches" or "migrates" to the given FLAP processor.
migrate(FlapProcessor)
- Method in class
ClientSnacProcessor
Attaches to the given FLAP processor without clearing any SNAC queues.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y