| Package | Description |
|---|---|
| org.jivesoftware.smackx.address |
| Modifier and Type | Method and Description |
|---|---|
static void |
MultipleRecipientManager.send(XMPPConnection connection,
Packet packet,
List<String> to,
List<String> cc,
List<String> bcc)
Sends the specified packet to the list of specified recipients using the
specified connection.
|
static void |
MultipleRecipientManager.send(XMPPConnection connection,
Packet packet,
List<String> to,
List<String> cc,
List<String> bcc,
String replyTo,
String replyRoom,
boolean noReply)
Sends the specified packet to the list of specified recipients using the specified
connection.
|