| |
|
| java.lang.Object org.jivesoftware.util.JiveConstants
JiveConstants | public class JiveConstants (Code) | | Contains constant values representing various objects in Jive.
|
DAY | final public static long DAY(Code) | | |
HOUR | final public static long HOUR(Code) | | |
MINUTE | final public static long MINUTE(Code) | | |
MUC_ROOM | final public static int MUC_ROOM(Code) | | |
OFFLINE | final public static int OFFLINE(Code) | | |
ROSTER | final public static int ROSTER(Code) | | |
SECOND | final public static long SECOND(Code) | | |
SYSTEM | final public static int SYSTEM(Code) | | |
WEEK | final public static long WEEK(Code) | | |
XMPP_DATETIME_FORMAT | final public static String XMPP_DATETIME_FORMAT(Code) | | Date/time format for use by SimpleDateFormat. The format conforms to
XEP-0082, which defines
a unified date/time format for XMPP.
|
XMPP_DELAY_DATETIME_FORMAT | final public static String XMPP_DELAY_DATETIME_FORMAT(Code) | | Date/time format for use by SimpleDateFormat. The format conforms to the format
defined in XEP-0091,
a specialized date format for historical XMPP usage.
|
|
|
|