Package | Description |
---|---|
org.jivesoftware.smackx.disco |
Smacks implementation of XEP-0030: Service Discovery.
|
org.jivesoftware.smackx.disco.packet |
Element classes for XEP-0030: Service Discovery.
|
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 identities defined in the node.
|
List<DiscoverInfo.Identity> |
AbstractNodeInformationProvider.getNodeIdentities() |
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.
|
List<DiscoverInfo.Identity> |
DiscoverInfo.getIdentities(String category,
String type)
Returns all Identities of the given category and type of this DiscoverInfo.
|
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 |
---|
Identity(DiscoverInfo.Identity identity) |