Package rocks.xmpp.extensions.ping.model
Class Ping
- java.lang.Object
-
- rocks.xmpp.extensions.ping.model.Ping
-
public final class Ping extends Object
The implementation of the<ping/>
element in theurn:xmpp:ping
namespace.This class is a singleton.
- See Also:
- XEP-0199: XMPP Ping, XML Schema
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
urn:xmpp:ping- See Also:
- Constant Field Values
-
INSTANCE
public static final Ping INSTANCE
The<ping/>
element.
-
-