Class MultipleRecipientInfo


  • public class MultipleRecipientInfo
    extends java.lang.Object
    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 Detail

      • getReplyRoom

        public org.jxmpp.jid.Jid getReplyRoom()
        Returns the JID of a MUC room to which responses should be sent or null if no specific address was provided. When no specific address was provided then the reply can be sent to any or all recipients. Otherwise, the user should join the specified room and send the reply to the room.
        Returns:
        the JID of a MUC room to which responses should be sent or null if no specific address was provided.
      • getReplyAddress

        public MultipleAddresses.Address getReplyAddress()
        Returns the address to which all replies are requested to be sent or null if no specific address was provided. When no specific address was provided then the reply can be sent to any or all recipients.
        Returns:
        the address to which all replies are requested to be sent or null if no specific address was provided.