| Package | Description |
|---|---|
| rocks.xmpp.extensions.privacy.model |
Provides XML schema implementations of XEP-0016: Privacy Lists.
|
| Modifier and Type | Method and Description |
|---|---|
PrivacyRule |
PrivacyRule.filterIQ()
Creates a privacy rule, which filters IQ stanzas.
|
PrivacyRule |
PrivacyRule.filterMessage()
Creates a privacy rule, which filters message stanzas.
|
PrivacyRule |
PrivacyRule.filterPresenceIn()
Creates a privacy rule, which filters inbound presence stanzas.
|
PrivacyRule |
PrivacyRule.filterPresenceOut()
Creates a privacy rule, which filters outbound presence stanzas.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrivacyRule> |
PrivacyList.getPrivacyRules()
Gets the privacy rules.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PrivacyRule.compareTo(PrivacyRule o)
Compares this rule with another rule by comparing their order.
|
| Constructor and Description |
|---|
PrivacyList(String name,
Collection<PrivacyRule> items)
Creates a privacy list with rules.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.