|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.smackx.MultipleRecipientInfo
public class MultipleRecipientInfo
MultipleRecipientInfo keeps information about the multiple recipients extension included in a received packet. Among the information we can find the list of TO and CC addresses.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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.XMPPConnection, org.jivesoftware.smack.packet.Message, org.jivesoftware.smack.packet.Message)
to send replies.
public MultipleAddresses.Address getReplyAddress()
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |