Package | Description |
---|---|
org.jivesoftware.smackx.disco | |
org.jivesoftware.smackx.disco.packet |
Modifier and Type | Method and Description |
---|---|
DiscoverInfo.Identity |
ServiceDiscoveryManager.getIdentity()
Return the default identity of the client.
|
Modifier and Type | Method and Description |
---|---|
Set<DiscoverInfo.Identity> |
ServiceDiscoveryManager.getIdentities()
Returns all identities of this client as unmodifiable Collection
|
List<DiscoverInfo.Identity> |
NodeInformationProvider.getNodeIdentities()
Returns a list of the indentites defined in the node.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceDiscoveryManager.addIdentity(DiscoverInfo.Identity identity)
Add an further identity to the client.
|
boolean |
ServiceDiscoveryManager.removeIdentity(DiscoverInfo.Identity identity)
Remove an identity from the client.
|
static void |
ServiceDiscoveryManager.setDefaultIdentity(DiscoverInfo.Identity identity)
Set the default identity all new connections will have.
|
void |
ServiceDiscoveryManager.setIdentity(DiscoverInfo.Identity identity)
Sets the default identity the client will report.
|
Modifier and Type | Method and Description |
---|---|
DiscoverInfo.Identity |
DiscoverInfo.Identity.clone() |
Modifier and Type | Method and Description |
---|---|
List<DiscoverInfo.Identity> |
DiscoverInfo.getIdentities()
Returns the discovered identities of an XMPP entity.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoverInfo.addIdentity(DiscoverInfo.Identity identity)
Adds a new identity of the requested entity to the discovered information.
|
int |
DiscoverInfo.Identity.compareTo(DiscoverInfo.Identity other)
Compares this identity with another one.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoverInfo.addIdentities(Collection<DiscoverInfo.Identity> identitiesToAdd)
Adds identities to the DiscoverInfo stanza
|
Constructor and Description |
---|
DiscoverInfo.Identity(DiscoverInfo.Identity identity) |