swpchat.protocol
Interface NotificationTokens

All Superinterfaces:
ChatTokens
All Known Implementing Classes:
ControlProtocolHandler, ReceiverProtocolHandler, SenderProtocolHandler, ContactsFrame

public interface NotificationTokens
extends ChatTokens

Tokens used for notification messages


Field Summary
static java.lang.String STR_STATE_JOINED
          the state joined
static java.lang.String STR_STATE_LEFT
          the state left
static java.lang.String STR_STATE_OFFLINE
          the state offline
static java.lang.String STR_STATE_ONLINE
          the state online
 
Fields inherited from interface swpchat.protocol.ChatTokens
CHAR_ARG_SEP, CHAR_MSG_END, CHAR_MSG_EOL, CHAR_QUOTE, CHAR_STRING_DELIMITER, STR_ARG_SEP, STR_AUTHORIZE, STR_MSG_END, STR_MSG_EOL, STR_NEG_ARG, STR_NEGATIVE, STR_POS_ARG, STR_POSITIVE, STR_QUOTE, STR_REPLY, STR_STRING_DELIMITER, STR_WAIT
 

Field Detail

STR_STATE_ONLINE

public static final java.lang.String STR_STATE_ONLINE
the state online

STR_STATE_OFFLINE

public static final java.lang.String STR_STATE_OFFLINE
the state offline

STR_STATE_JOINED

public static final java.lang.String STR_STATE_JOINED
the state joined

STR_STATE_LEFT

public static final java.lang.String STR_STATE_LEFT
the state left