Uses of Class
rocks.xmpp.extensions.invisible.model.InvisibleCommand
-
Packages that use InvisibleCommand Package Description rocks.xmpp.extensions.invisible.model Provides XML schema implementations of XEP-0186: Invisible Command. -
-
Uses of InvisibleCommand in rocks.xmpp.extensions.invisible.model
Fields in rocks.xmpp.extensions.invisible.model declared as InvisibleCommand Modifier and Type Field Description static InvisibleCommand
InvisibleCommand. INVISIBLE
The implementation of the<invisible/>
element in theurn:xmpp:invisible:0
namespace.static InvisibleCommand
InvisibleCommand. VISIBLE
The implementation of the<visible/>
element in theurn:xmpp:invisible:0
namespace.
-