Class MessageCarbons

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MessageCarbons.Disable
      The implementation of the <disable/> element in the urn:xmpp:carbons:2 namespace, used to disable message carbons.
      static class  MessageCarbons.Enable
      The implementation of the <enable/> element in the urn:xmpp:carbons:2 namespace, used to enable message carbons.
      static class  MessageCarbons.Private
      The implementation of the <private/> element in the urn:xmpp:carbons:2 namespace, used to send private messages, which are not copied.
      static class  MessageCarbons.Received
      The implementation of the <received/> element in the urn:xmpp:carbons:2 namespace, used to mark a carbon copied message as received.
      static class  MessageCarbons.Sent
      The implementation of the <sent/> element in the urn:xmpp:carbons:2 namespace, used to mark a carbon copied message as sent.
    • Field Detail

      • DISABLE

        public static final MessageCarbons.Disable DISABLE
        The implementation of the <disable/> element in the urn:xmpp:carbons:2 namespace.
      • ENABLE

        public static final MessageCarbons.Enable ENABLE
        The implementation of the <enable/> element in the urn:xmpp:carbons:2 namespace.
      • PRIVATE

        public static final MessageCarbons.Private PRIVATE
        The implementation of the <private/> element in the urn:xmpp:carbons:2 namespace.