Package rocks.xmpp.extensions.carbons.model
Provides XML schema implementations of XEP-0280: Message
Carbons.
In order to keep all IM clients for a user engaged in a conversation, outbound messages are carbon-copied to all interested resources.
-
Class Summary Class Description MessageCarbons A non-instantiable container class for holding the five different Message Carbons elements.MessageCarbons.Disable The implementation of the<disable/>
element in theurn:xmpp:carbons:2
namespace, used to disable message carbons.MessageCarbons.Enable The implementation of the<enable/>
element in theurn:xmpp:carbons:2
namespace, used to enable message carbons.MessageCarbons.Private The implementation of the<private/>
element in theurn:xmpp:carbons:2
namespace, used to send private messages, which are not copied.MessageCarbons.Received The implementation of the<received/>
element in theurn:xmpp:carbons:2
namespace, used to mark a carbon copied message as received.MessageCarbons.Sent The implementation of the<sent/>
element in theurn:xmpp:carbons:2
namespace, used to mark a carbon copied message as sent.