public class MultipleRecipientInfo extends Object
Modifier and Type | Method and Description |
---|---|
List |
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.
|
String |
getReplyRoom()
Returns the JID of a MUC room to which responses should be sent or null if
no specific address was provided.
|
List |
getTOAddresses()
Returns the list of
MultipleAddresses.Address
that were the primary recipients of the packet. |
boolean |
shouldNotReply()
Returns true if the received packet should not be replied.
|
public List getTOAddresses()
MultipleAddresses.Address
that were the primary recipients of the packet.public List getCCAddresses()
MultipleAddresses.Address
that were the secondary recipients of the packet.public String getReplyRoom()
public boolean shouldNotReply()
MultipleRecipientManager.reply(org.jivesoftware.smack.Connection, org.jivesoftware.smack.packet.Message, org.jivesoftware.smack.packet.Message)
to send replies.public MultipleAddresses.Address getReplyAddress()
Copyright © 2003-2007 Jive Software.