com.echomine.jabber
Interface PresenceCode
- All Known Implementing Classes:
- JabberChatService, JabberPresenceMessage, JabberPresenceService
public interface PresenceCode
contains a set of types that are used by the Presence message. This is here to be for convenience
since it uses more descriptive "words" to describe the types of commands
SHOW_ONLINE
static final java.lang.String SHOW_ONLINE
- See Also:
- Constant Field Values
SHOW_CHAT
static final java.lang.String SHOW_CHAT
- See Also:
- Constant Field Values
SHOW_AWAY
static final java.lang.String SHOW_AWAY
- See Also:
- Constant Field Values
SHOW_EXTENDED_AWAY
static final java.lang.String SHOW_EXTENDED_AWAY
- See Also:
- Constant Field Values
SHOW_DO_NOT_DISTURB
static final java.lang.String SHOW_DO_NOT_DISTURB
- See Also:
- Constant Field Values
TYPE_SUBSCRIBE
static final java.lang.String TYPE_SUBSCRIBE
- See Also:
- Constant Field Values
TYPE_SUBSCRIBED
static final java.lang.String TYPE_SUBSCRIBED
- See Also:
- Constant Field Values
TYPE_UNSUBSCRIBE
static final java.lang.String TYPE_UNSUBSCRIBE
- See Also:
- Constant Field Values
TYPE_UNSUBSCRIBED
static final java.lang.String TYPE_UNSUBSCRIBED
- See Also:
- Constant Field Values
TYPE_AVAILABLE
static final java.lang.String TYPE_AVAILABLE
- See Also:
- Constant Field Values
TYPE_UNAVAILABLE
static final java.lang.String TYPE_UNAVAILABLE
- See Also:
- Constant Field Values
TYPE_PROBE
static final java.lang.String TYPE_PROBE
- See Also:
- Constant Field Values
TYPE_INVISIBLE
static final java.lang.String TYPE_INVISIBLE
- See Also:
- Constant Field Values
Copyright © 2001-2005 Echomine. All Rights Reserved.