Uses of Class
org.jivesoftware.smackx.privacy.PrivacyList
-
Packages that use PrivacyList Package Description org.jivesoftware.smackx.privacy Smacks implementation of XEP-0016: Privacy Lists. -
-
Uses of PrivacyList in org.jivesoftware.smackx.privacy
Methods in org.jivesoftware.smackx.privacy that return PrivacyList Modifier and Type Method Description PrivacyList
PrivacyListManager. getActiveList()
Answer the active privacy list.PrivacyList
PrivacyListManager. getDefaultList()
Answer the default privacy list.PrivacyList
PrivacyListManager. getPrivacyList(java.lang.String listName)
Answer the privacy list items under listName with the allowed and blocked permissions.Methods in org.jivesoftware.smackx.privacy that return types with arguments of type PrivacyList Modifier and Type Method Description java.util.List<PrivacyList>
PrivacyListManager. getPrivacyLists()
Answer every privacy list with the allowed and blocked permissions.
-