org.xmpp.util
Class XMPPConstants

java.lang.Object
  extended by org.xmpp.util.XMPPConstants

public class XMPPConstants
extends java.lang.Object

Contains constant values representing various objects in Tinder.


Field Summary
static long DAY
          The amount of milliseconds in one .
static long HOUR
          The amount of milliseconds in one .
static long MINUTE
          The amount of milliseconds in one minute.
static long SECOND
          The amount of milliseconds in one second.
static long WEEK
          The amount of milliseconds in one .
static java.lang.String XMPP_DATETIME_FORMAT
          Date/time format for use by SimpleDateFormat.
static java.lang.String XMPP_DELAY_DATETIME_FORMAT
          Date/time format for use by SimpleDateFormat.
 
Constructor Summary
XMPPConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SECOND

public static final long SECOND
The amount of milliseconds in one second.

See Also:
Constant Field Values

MINUTE

public static final long MINUTE
The amount of milliseconds in one minute.

See Also:
Constant Field Values

HOUR

public static final long HOUR
The amount of milliseconds in one .

See Also:
Constant Field Values

DAY

public static final long DAY
The amount of milliseconds in one .

See Also:
Constant Field Values

WEEK

public static final long WEEK
The amount of milliseconds in one .

See Also:
Constant Field Values

XMPP_DATETIME_FORMAT

public static final java.lang.String XMPP_DATETIME_FORMAT
Date/time format for use by SimpleDateFormat. The format conforms to XEP-0082, which defines a unified date/time format for XMPP.

See Also:
Constant Field Values

XMPP_DELAY_DATETIME_FORMAT

public static final java.lang.String XMPP_DELAY_DATETIME_FORMAT
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.

See Also:
Constant Field Values
Constructor Detail

XMPPConstants

public XMPPConstants()


Copyright © 2009-2010 Ignite Realtime. All Rights Reserved.