Package org.jivesoftware.util
Class JiveConstants
- java.lang.Object
-
- org.jivesoftware.util.JiveConstants
-
public class JiveConstants extends Object
Contains constant values representing various objects in Jive.
-
-
Field Summary
Fields Modifier and Type Field Description static int
MUC_MESSAGE_ID
static int
MUC_ROOM
static int
MUC_SERVICE
static int
OFFLINE
static int
ROSTER
static int
SECURITY_AUDIT
static int
SYSTEM
-
Constructor Summary
Constructors Constructor Description JiveConstants()
-
-
-
Field Detail
-
SYSTEM
public static final int SYSTEM
- See Also:
- Constant Field Values
-
ROSTER
public static final int ROSTER
- See Also:
- Constant Field Values
-
OFFLINE
public static final int OFFLINE
- See Also:
- Constant Field Values
-
MUC_ROOM
public static final int MUC_ROOM
- See Also:
- Constant Field Values
-
SECURITY_AUDIT
public static final int SECURITY_AUDIT
- See Also:
- Constant Field Values
-
MUC_SERVICE
public static final int MUC_SERVICE
- See Also:
- Constant Field Values
-
MUC_MESSAGE_ID
public static final int MUC_MESSAGE_ID
- See Also:
- Constant Field Values
-
-