Uses of Class
org.jivesoftware.smackx.privacy.PrivacyList
Packages that use PrivacyList
Package
Description
Smacks implementation of XEP-0016: Privacy Lists.
-
Uses of PrivacyList in org.jivesoftware.smackx.privacy
Methods in org.jivesoftware.smackx.privacy that return PrivacyListModifier and TypeMethodDescriptionPrivacyListManager.getActiveList()
Answer the active privacy list.PrivacyListManager.getDefaultList()
Answer the default privacy list.PrivacyListManager.getPrivacyList
(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 PrivacyListModifier and TypeMethodDescriptionPrivacyListManager.getPrivacyLists()
Answer every privacy list with the allowed and blocked permissions.