Uses of Class
org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
Package
Description
Smack's API for XEP-0033: Extended Stanza Addressing.
Stanzas and extension elements for XEP-0033: Extended Stanzas Addressing.
-
Uses of MultipleAddresses.Address in org.jivesoftware.smackx.address
Modifier and TypeMethodDescriptionMultipleRecipientInfo.getReplyAddress()
Returns the address to which all replies are requested to be sent ornull
if no specific address was provided.Modifier and TypeMethodDescriptionMultipleRecipientInfo.getCCAddresses()
Returns the list ofMultipleAddresses.Address
that were the secondary recipients of the packet.MultipleRecipientInfo.getTOAddresses()
Returns the list ofMultipleAddresses.Address
that were the primary recipients of the packet. -
Uses of MultipleAddresses.Address in org.jivesoftware.smackx.address.packet
Modifier and TypeMethodDescriptionMultipleAddresses.getAddressesOfType
(MultipleAddresses.Type type) Returns the list of addresses that matches the specified type.