Uses of Class
org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
Packages that use 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
Methods in org.jivesoftware.smackx.address that return MultipleAddresses.AddressModifier and TypeMethodDescriptionMultipleRecipientInfo.getReplyAddress()
Returns the address to which all replies are requested to be sent ornull
if no specific address was provided.Methods in org.jivesoftware.smackx.address that return types with arguments of type MultipleAddresses.AddressModifier 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
Methods in org.jivesoftware.smackx.address.packet that return types with arguments of type MultipleAddresses.AddressModifier and TypeMethodDescriptionMultipleAddresses.getAddressesOfType
(MultipleAddresses.Type type) Returns the list of addresses that matches the specified type.