org.jivesoftware.openfire.privacy |
Implementation of Blocking Communication.
|
Java Source File Name | Type | Comment |
PrivacyItem.java | Class | A privacy item acts a rule that when matched defines if a packet should be blocked or not. |
PrivacyList.java | Class | A privacy list contains a set of rules that define if communication with the list owner
is allowed or denied. |
PrivacyListEventListener.java | Interface | /**
Interface to listen for privacy list events. |
PrivacyListManager.java | Class | A Privacy list manager creates, gets, updates and removes privacy lists. |
PrivacyListProvider.java | Class | Provider for the privacy lists system. |