Home | History | Annotate | Download | only in smackx

Lines Matching full:recipients

38  * A MultipleRecipientManager allows to send packets to multiple recipients by making use of
40 * It also allows to send replies to packets that were sent to multiple recipients.
53 * Sends the specified packet to the list of specified recipients using the
60 * @param packet the packet to send to the list of recipients.
76 * Sends the specified packet to the list of specified recipients using the
83 * @param packet the packet to send to the list of recipients.
120 * Sends a reply to a previously received packet that was sent to multiple recipients. Before
125 * @param original the previously received packet that was sent to multiple recipients.
127 * @throws XMPPException if the original message was not sent to multiple recipients, or the
153 // Send reply to multiple recipients
191 * <tt>null</tt> if none was found. Only packets sent to multiple recipients will
274 * Returns the address of the multiple recipients service. To obtain such address service
281 * @return the address of the multiple recipients service or <tt>null</tt> if none was found.
329 * is needed to be sent to different recipients. Since using the same packet is not possible