cca.net.jostl
Interface TOCConstants

All Known Implementing Classes:
TOCBuddy, TOCConnection

public interface TOCConstants


Field Summary
static int ALLOW_BUDDIES_ONLY
          Permit mode - only allow those on buddy list
static java.lang.String CAP_ADD_INS
          Capability UUID for Add-Ins support
static java.lang.String CAP_AIMICQ
          Capability UUID for AIM/ICQ interoperability
static java.lang.String CAP_BUDDY_ICON
          Capability UUID for Buddy Icon support
static java.lang.String CAP_CHANNEL2
          Capability UUID for ???
static java.lang.String CAP_DIRECT_IM
          Capability UUID for Direct Connect support (for sharing images)
static java.lang.String CAP_DIRECT_PLAY
          Capability UUID for ???
static java.lang.String CAP_FILE_SHARE
          Capability UUID for File Sharing support (receiving)
static java.lang.String CAP_FILE_TRANSFER
          Capability UUID for File Transfer support (sending)
static java.lang.String CAP_GAMES
          Capability UUID for playing AIM games with buddy
static java.lang.String CAP_ICQ_RELAY
          Capability UUID for relaying icq messages
static java.lang.String CAP_INVALID_GAMES
          Capability UUID for playing non-AIM games with buddy (unsure of this)
static java.lang.String CAP_SEND_LIST
          Capability UUID for Send Buddy List support
static java.lang.String CAP_TALK
          Capability UUID for Talk support
static java.lang.String CAP_UTF8
          Capability UUID for UTF8 support
static int CLIENT_EVENT_ENTERED
          Buddy has entered text
static int CLIENT_EVENT_STOPPED
          Buddy has stopped entering a message
static int CLIENT_EVENT_TYPING
          Buddy is currently typing
static int DENY_ALL
          Permit mode - block all
static int DENY_SOME
          Permit mode - block only those on deny list
static int MESSAGE_LENGTH_LIMIT
          Message size is limited to 1024 characters
static int PERMIT_ALL
          Permit mode - permit all
static int PERMIT_SOME
          Permit mode - allow only those on permit list
static int SERVICE_AOL
          Buddy's client is using AOL's service/browser
AOL's chatbots will also display this service type
static int SERVICE_CELL
          Buddy's client service is a cell phone
static int SERVICE_ICQ
          Buddy is an ICQ user
static int SERVICE_NORMAL
          Buddy's client is using a normal client
static int SERVICE_UNCONFIRMED
          Buddy's client is unknown.
static int SERVICE_UNKNOWN
          Server returned an unknown service code
 

Field Detail

SERVICE_UNKNOWN

static final int SERVICE_UNKNOWN
Server returned an unknown service code

See Also:
Constant Field Values

SERVICE_UNCONFIRMED

static final int SERVICE_UNCONFIRMED
Buddy's client is unknown. Many show up as this

See Also:
Constant Field Values

SERVICE_NORMAL

static final int SERVICE_NORMAL
Buddy's client is using a normal client

See Also:
Constant Field Values

SERVICE_CELL

static final int SERVICE_CELL
Buddy's client service is a cell phone

See Also:
Constant Field Values

SERVICE_AOL

static final int SERVICE_AOL
Buddy's client is using AOL's service/browser
AOL's chatbots will also display this service type

See Also:
Constant Field Values

SERVICE_ICQ

static final int SERVICE_ICQ
Buddy is an ICQ user

See Also:
Constant Field Values

PERMIT_ALL

static final int PERMIT_ALL
Permit mode - permit all

See Also:
Constant Field Values

DENY_ALL

static final int DENY_ALL
Permit mode - block all

See Also:
Constant Field Values

PERMIT_SOME

static final int PERMIT_SOME
Permit mode - allow only those on permit list

See Also:
Constant Field Values

DENY_SOME

static final int DENY_SOME
Permit mode - block only those on deny list

See Also:
Constant Field Values

ALLOW_BUDDIES_ONLY

static final int ALLOW_BUDDIES_ONLY
Permit mode - only allow those on buddy list

See Also:
Constant Field Values

CLIENT_EVENT_STOPPED

static final int CLIENT_EVENT_STOPPED
Buddy has stopped entering a message

See Also:
Constant Field Values

CLIENT_EVENT_ENTERED

static final int CLIENT_EVENT_ENTERED
Buddy has entered text

See Also:
Constant Field Values

CLIENT_EVENT_TYPING

static final int CLIENT_EVENT_TYPING
Buddy is currently typing

See Also:
Constant Field Values

CAP_TALK

static final java.lang.String CAP_TALK
Capability UUID for Talk support

See Also:
Constant Field Values

CAP_DIRECT_PLAY

static final java.lang.String CAP_DIRECT_PLAY
Capability UUID for ???

See Also:
Constant Field Values

CAP_FILE_TRANSFER

static final java.lang.String CAP_FILE_TRANSFER
Capability UUID for File Transfer support (sending)

See Also:
Constant Field Values

CAP_ICQ_RELAY

static final java.lang.String CAP_ICQ_RELAY
Capability UUID for relaying icq messages

See Also:
Constant Field Values

CAP_DIRECT_IM

static final java.lang.String CAP_DIRECT_IM
Capability UUID for Direct Connect support (for sharing images)

See Also:
Constant Field Values

CAP_BUDDY_ICON

static final java.lang.String CAP_BUDDY_ICON
Capability UUID for Buddy Icon support

See Also:
Constant Field Values

CAP_ADD_INS

static final java.lang.String CAP_ADD_INS
Capability UUID for Add-Ins support

See Also:
Constant Field Values

CAP_FILE_SHARE

static final java.lang.String CAP_FILE_SHARE
Capability UUID for File Sharing support (receiving)

See Also:
Constant Field Values

CAP_CHANNEL2

static final java.lang.String CAP_CHANNEL2
Capability UUID for ???

See Also:
Constant Field Values

CAP_GAMES

static final java.lang.String CAP_GAMES
Capability UUID for playing AIM games with buddy

See Also:
Constant Field Values

CAP_INVALID_GAMES

static final java.lang.String CAP_INVALID_GAMES
Capability UUID for playing non-AIM games with buddy (unsure of this)

See Also:
Constant Field Values

CAP_SEND_LIST

static final java.lang.String CAP_SEND_LIST
Capability UUID for Send Buddy List support

See Also:
Constant Field Values

CAP_AIMICQ

static final java.lang.String CAP_AIMICQ
Capability UUID for AIM/ICQ interoperability

See Also:
Constant Field Values

CAP_UTF8

static final java.lang.String CAP_UTF8
Capability UUID for UTF8 support

See Also:
Constant Field Values

MESSAGE_LENGTH_LIMIT

static final int MESSAGE_LENGTH_LIMIT
Message size is limited to 1024 characters

See Also:
Constant Field Values