| Package | Description |
|---|---|
| tigase.jaxmpp.core.client |
Core of JAXMPP library.
|
| tigase.jaxmpp.core.client.criteria |
Support for selecting modules to process incoming messages.
|
| tigase.jaxmpp.core.client.criteria.tpath | |
| tigase.jaxmpp.core.client.xmpp.modules |
Support for XMPP Modules.
|
| tigase.jaxmpp.core.client.xmpp.modules.auth |
Support for SASL and non-SASL authentication .
|
| tigase.jaxmpp.core.client.xmpp.modules.disco |
Support for XEP-0030: Service Discovery.
|
| tigase.jaxmpp.core.client.xmpp.modules.streammng |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
XmppModule.getCriteria()
Criteria
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementCriteria
Simple implementation of Criteria to check element name and its attributes..
|
class |
Or
Criteria implementation to realize OR operator.
|
| Modifier and Type | Field and Description |
|---|---|
protected Criteria[] |
Or.crits |
protected Criteria |
ElementCriteria.nextCriteria |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
Or.add(Criteria criteria)
Adds restriction for deeper level of elements.
|
Criteria |
ElementCriteria.add(Criteria criteria)
Adds restriction for deeper level of elements.
|
Criteria |
Criteria.add(Criteria criteria)
Adds restriction for deeper level of elements.
|
| Modifier and Type | Method and Description |
|---|---|
Criteria |
Or.add(Criteria criteria)
Adds restriction for deeper level of elements.
|
Criteria |
ElementCriteria.add(Criteria criteria)
Adds restriction for deeper level of elements.
|
Criteria |
Criteria.add(Criteria criteria)
Adds restriction for deeper level of elements.
|
| Constructor and Description |
|---|
Or(Criteria... criterias) |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
Node.getCriteria() |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setCriteria(Criteria criteria) |
| Constructor and Description |
|---|
Node(Criteria criteria,
Node subnode) |
Node(Criteria criteria,
Node subnode,
Function f) |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
StreamFeaturesModule.getCriteria() |
Criteria |
SoftwareVersionModule.getCriteria() |
Criteria |
SessionEstablishmentModule.getCriteria() |
Criteria |
ResourceBinderModule.getCriteria() |
Criteria |
PingModule.getCriteria() |
Criteria |
EntityTimeModule.getCriteria() |
Criteria |
BookmarksModule.getCriteria() |
| Modifier and Type | Field and Description |
|---|---|
static Criteria |
NonSaslAuthModule.CRIT |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
SaslModule.getCriteria() |
Criteria |
NonSaslAuthModule.getCriteria() |
Criteria |
AuthModule.getCriteria() |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
DiscoveryModule.getCriteria() |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
StreamManagementModule.getCriteria() |
Copyright © 2006–2016 Tigase. All rights reserved.