Package | Description |
---|---|
org.jivesoftware.smack.roster |
Smacks API for Rosters.
|
org.jivesoftware.smackx.address |
Smack's API for XEP-0033: Extended Stanza Addressing.
|
Modifier and Type | Method and Description |
---|---|
void |
Roster.preApprove(BareJid user)
Pre-approve user presence subscription.
|
void |
Roster.preApproveAndCreateEntry(BareJid user,
String name,
String[] groups)
Creates a new pre-approved roster entry and presence subscription.
|
Modifier and Type | Method and Description |
---|---|
static void |
MultipleRecipientManager.send(XMPPConnection connection,
Stanza packet,
Collection<? extends Jid> to,
Collection<? extends Jid> cc,
Collection<? extends Jid> bcc)
Sends the specified stanza to the collection of specified recipients using the
specified connection.
|
static void |
MultipleRecipientManager.send(XMPPConnection connection,
Stanza packet,
Collection<? extends Jid> to,
Collection<? extends Jid> cc,
Collection<? extends Jid> bcc,
Jid replyTo,
Jid replyRoom,
boolean noReply)
Sends the specified stanza to the collection of specified recipients using the specified
connection.
|