Package | Description |
---|---|
org.jivesoftware.smackx.address |
Smack's API for XEP-0033: Extended Stanza Addressing.
|
org.jivesoftware.smackx.address.packet |
Stanzas and extension elements for XEP-0033: Extended Stanzas Addressing.
|
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(MultipleAddresses.Type type)
Returns the list of addresses that matches the specified type.
|