| Package | Description |
|---|---|
| tigase.jaxmpp.core.client.xmpp.modules.disco |
Support for XEP-0030: Service Discovery.
|
| tigase.jaxmpp.core.client.xmpp.utils |
Support for common XMPP utils.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryModule.getItems(JID jid,
RSM rsm,
DiscoveryModule.DiscoItemsAsyncCallback callback) |
void |
DiscoveryModule.getItems(JID jid,
String node,
RSM rsm,
AsyncCallback callback) |
void |
DiscoveryModule.DiscoItemsAsyncCallback.onInfoReceived(String attribute,
ArrayList<DiscoveryModule.Item> items,
RSM rsm) |
| Modifier and Type | Method and Description |
|---|---|
RSM |
RSM.fromElement(Element e) |
Copyright © 2006–2022 Tigase. All rights reserved.