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