Package | Description |
---|---|
org.jivesoftware.smackx.carbons.packet |
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.
|