public class MultipleRecipientInfo extends Object
Modifier and Type | Method and Description |
---|---|
List<MultipleAddresses.Address> |
getCCAddresses()
Returns the list of
MultipleAddresses.Address
that were the secondary recipients of the packet. |
MultipleAddresses.Address |
getReplyAddress()
Returns the address to which all replies are requested to be sent or null if
no specific address was provided.
|
Jid |
getReplyRoom()
Returns the JID of a MUC room to which responses should be sent or null if
no specific address was provided.
|
List<MultipleAddresses.Address> |
getTOAddresses()
Returns the list of
MultipleAddresses.Address
that were the primary recipients of the packet. |
boolean |
shouldNotReply()
Returns true if the received stanza should not be replied.
|
public List<MultipleAddresses.Address> getTOAddresses()
MultipleAddresses.Address
that were the primary recipients of the packet.public List<MultipleAddresses.Address> getCCAddresses()
MultipleAddresses.Address
that were the secondary recipients of the packet.public Jid getReplyRoom()
public boolean shouldNotReply()
MultipleRecipientManager.reply(org.jivesoftware.smack.XMPPConnection, org.jivesoftware.smack.packet.Message, org.jivesoftware.smack.packet.Message)
to send replies.public MultipleAddresses.Address getReplyAddress()