Uses of Class
org.jivesoftware.smack.PrivacyList

Packages that use PrivacyList
org.jivesoftware.smack Core classes of the Smack API. 
 

Uses of PrivacyList in org.jivesoftware.smack
 

Methods in org.jivesoftware.smack that return PrivacyList
 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.
 PrivacyList[] PrivacyListManager.getPrivacyLists()
          Answer every privacy list with the allowed and blocked permissions.