Class InvisibleCommand
- java.lang.Object
-
- rocks.xmpp.extensions.invisible.model.InvisibleCommand
-
public abstract class InvisibleCommand extends Object
The invisible command, which is used to become invisible during the current XMPP session.- See Also:
INVISIBLE
,VISIBLE
, XEP-0186: Invisible Command
-
-
Field Summary
Fields Modifier and Type Field Description static InvisibleCommand
INVISIBLE
The implementation of the<invisible/>
element in theurn:xmpp:invisible:0
namespace.static String
NAMESPACE
urn:xmpp:invisible:0static InvisibleCommand
VISIBLE
The implementation of the<visible/>
element in theurn:xmpp:invisible:0
namespace.
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
urn:xmpp:invisible:0- See Also:
- Constant Field Values
-
INVISIBLE
public static final InvisibleCommand INVISIBLE
The implementation of the<invisible/>
element in theurn:xmpp:invisible:0
namespace.
-
VISIBLE
public static final InvisibleCommand VISIBLE
The implementation of the<visible/>
element in theurn:xmpp:invisible:0
namespace.
-
-