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(org.jxmpp.jid.BareJid user)
Pre-approve user presence subscription.
|
void |
Roster.preApproveAndCreateEntry(org.jxmpp.jid.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 org.jxmpp.jid.Jid> to,
Collection<? extends org.jxmpp.jid.Jid> cc,
Collection<? extends org.jxmpp.jid.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 org.jxmpp.jid.Jid> to,
Collection<? extends org.jxmpp.jid.Jid> cc,
Collection<? extends org.jxmpp.jid.Jid> bcc,
org.jxmpp.jid.Jid replyTo,
org.jxmpp.jid.Jid replyRoom,
boolean noReply)
Sends the specified stanza to the collection of specified recipients using the specified
connection.
|