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 classMessageCarbons.DisableThe implementation of the<disable/>element in theurn:xmpp:carbons:2namespace, used to disable message carbons.static classMessageCarbons.EnableThe implementation of the<enable/>element in theurn:xmpp:carbons:2namespace, used to enable message carbons.static classMessageCarbons.PrivateThe implementation of the<private/>element in theurn:xmpp:carbons:2namespace, used to send private messages, which are not copied.static classMessageCarbons.ReceivedThe implementation of the<received/>element in theurn:xmpp:carbons:2namespace, used to mark a carbon copied message as received.static classMessageCarbons.SentThe implementation of the<sent/>element in theurn:xmpp:carbons:2namespace, used to mark a carbon copied message as sent.
-
Field Summary
Fields Modifier and Type Field Description static MessageCarbons.DisableDISABLEThe implementation of the<disable/>element in theurn:xmpp:carbons:2namespace.static MessageCarbons.EnableENABLEThe implementation of the<enable/>element in theurn:xmpp:carbons:2namespace.static StringNAMESPACEurn:xmpp:carbons:2static MessageCarbons.PrivatePRIVATEThe implementation of the<private/>element in theurn:xmpp:carbons:2namespace.
-
-
-
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:2namespace.
-
ENABLE
public static final MessageCarbons.Enable ENABLE
The implementation of the<enable/>element in theurn:xmpp:carbons:2namespace.
-
PRIVATE
public static final MessageCarbons.Private PRIVATE
The implementation of the<private/>element in theurn:xmpp:carbons:2namespace.
-
-