| Package | Description |
|---|---|
| rocks.xmpp.extensions.disco |
Provides classes for XEP-0030: Service Discovery (#info).
|
| rocks.xmpp.extensions.disco.model.info |
Provides XML schema implementations of XEP-0030: Service Discovery (#info).
|
| Modifier and Type | Method and Description |
|---|---|
InfoNode |
ServiceDiscoveryManager.discoverInformation(Jid jid)
Discovers information about another XMPP entity.
|
InfoNode |
ServiceDiscoveryManager.discoverInformation(Jid jid,
String node)
Discovers information about another XMPP entity targeted at a specific node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDiscoveryManager.addInfoNode(InfoNode infoNode)
Adds an info node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InfoDiscovery
The implementation of the
<query/> element in the http://jabber.org/protocol/disco#info namespace. |
Copyright © 2014–2015 XMPP.rocks. All rights reserved.