Class MessageCarbons
- java.lang.Object
-
- rocks.xmpp.extensions.carbons.model.MessageCarbons
-
public final class MessageCarbons extends Object
A non-instantiable container class for holding the five different Message Carbons elements.- See Also:
- XEP-0280: Message Carbons, XML Schema
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MessageCarbons.Disable
The implementation of the<disable/>
element in theurn:xmpp:carbons:2
namespace, used to disable message carbons.static class
MessageCarbons.Enable
The implementation of the<enable/>
element in theurn:xmpp:carbons:2
namespace, used to enable message carbons.static class
MessageCarbons.Private
The implementation of the<private/>
element in theurn:xmpp:carbons:2
namespace, used to send private messages, which are not copied.static class
MessageCarbons.Received
The implementation of the<received/>
element in theurn:xmpp:carbons:2
namespace, used to mark a carbon copied message as received.static class
MessageCarbons.Sent
The implementation of the<sent/>
element in theurn:xmpp:carbons:2
namespace, used to mark a carbon copied message as sent.
-
Field Summary
Fields Modifier and Type Field Description static MessageCarbons.Disable
DISABLE
The implementation of the<disable/>
element in theurn:xmpp:carbons:2
namespace.static MessageCarbons.Enable
ENABLE
The implementation of the<enable/>
element in theurn:xmpp:carbons:2
namespace.static String
NAMESPACE
urn:xmpp:carbons:2static MessageCarbons.Private
PRIVATE
The implementation of the<private/>
element in theurn:xmpp:carbons:2
namespace.
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
urn:xmpp:carbons:2- See Also:
- Constant Field Values
-
DISABLE
public static final MessageCarbons.Disable DISABLE
The implementation of the<disable/>
element in theurn:xmpp:carbons:2
namespace.
-
ENABLE
public static final MessageCarbons.Enable ENABLE
The implementation of the<enable/>
element in theurn:xmpp:carbons:2
namespace.
-
PRIVATE
public static final MessageCarbons.Private PRIVATE
The implementation of the<private/>
element in theurn:xmpp:carbons:2
namespace.
-
-