Class MultipleRecipientManager

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static MultipleRecipientInfo getMultipleRecipientInfo​(Stanza packet)
      Returns the MultipleRecipientInfo contained in the specified stanza or null if none was found.
      static void reply​(XMPPConnection connection, Message original, Message reply)
      Sends a reply to a previously received stanza that was sent to multiple recipients.
      static void send​(XMPPConnection connection, Stanza packet, java.util.Collection<? extends Jid> to, java.util.Collection<? extends Jid> cc, java.util.Collection<? extends Jid> bcc)
      Sends the specified stanza to the collection of specified recipients using the specified connection.
      static void send​(XMPPConnection connection, Stanza packet, java.util.Collection<? extends Jid> to, java.util.Collection<? extends Jid> cc, java.util.Collection<? extends Jid> bcc, Jid replyTo, Jid replyRoom, boolean noReply)
      Sends the specified stanza to the collection of specified recipients using the specified connection.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait