Package | Description |
---|---|
org.jivesoftware.smackx.carbons |
Smack's API for XEP-0280: Message Carbons.
|
org.jivesoftware.smackx.carbons.packet |
Stanzas and extension elements for XEP-0280: Message Carbons.
|
Modifier and Type | Method and Description |
---|---|
void |
CarbonCopyReceivedListener.onCarbonCopyReceived(CarbonExtension.Direction direction,
Message carbonCopy,
Message wrappingMessage)
Invoked when a new carbon copy was received.
|
Modifier and Type | Method and Description |
---|---|
CarbonExtension.Direction |
CarbonExtension.getDirection()
Get the direction (sent or received) of the carbon.
|
static CarbonExtension.Direction |
CarbonExtension.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarbonExtension.Direction[] |
CarbonExtension.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CarbonExtension(CarbonExtension.Direction dir,
Forwarded fwd)
Construct a Carbon message extension.
|