Package | Description |
---|---|
org.jivesoftware.smackx.address | |
org.jivesoftware.smackx.address.packet |
Modifier and Type | Method and Description |
---|---|
MultipleAddresses.Address |
MultipleRecipientInfo.getReplyAddress()
Returns the address to which all replies are requested to be sent or null if
no specific address was provided.
|
Modifier and Type | Method and Description |
---|---|
List<MultipleAddresses.Address> |
MultipleRecipientInfo.getCCAddresses()
Returns the list of
MultipleAddresses.Address
that were the secondary recipients of the packet. |
List<MultipleAddresses.Address> |
MultipleRecipientInfo.getTOAddresses()
Returns the list of
MultipleAddresses.Address
that were the primary recipients of the packet. |
Modifier and Type | Method and Description |
---|---|
List<MultipleAddresses.Address> |
MultipleAddresses.getAddressesOfType(String type)
Returns the list of addresses that matches the specified type.
|