Package org.jivesoftware.smackx.privacy
Class PrivacyList
java.lang.Object
org.jivesoftware.smackx.privacy.PrivacyList
A privacy list represents a list of contacts that is a read only class used to represent a set of allowed or blocked communications.
Basically it can:
- Handle many
PrivacyItem
. - Answer if it is the default list.
- Answer if it is the active list.
Privacy Items
can handle different kind of blocking communications based on JID, group,
subscription type or globally.-
Constructor Summary
ModifierConstructorDescriptionprotected
PrivacyList
(boolean isActiveList, boolean isDefaultList, String listName, List<PrivacyItem> privacyItems) -
Method Summary
-
Constructor Details
-
PrivacyList
protected PrivacyList(boolean isActiveList, boolean isDefaultList, String listName, List<PrivacyItem> privacyItems)
-
-
Method Details