Smack/smack-core/src/main/java/org/jivesoftware/smack/filter
Florian Schmaus 3dd1365a5a Improve Privacy List code
notably add a cache for the active and default privacy list to avoid
IQ get/response round-trips.

Also add a few methods to PrivacyListManager to get the privacy list
names. The already existing methods always returned the whole list
together with the name, which caused two round-trips.

Simplified some code.

Properly escape Privacy XML.
2015-01-07 20:54:23 +01:00
..
AndFilter.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
FlexiblePacketTypeFilter.java Make Filters fields final and use StringUtils 2014-12-09 14:32:09 +01:00
FromMatchesFilter.java Make Filters fields final and use StringUtils 2014-12-09 14:32:09 +01:00
IQReplyFilter.java Fix javadoc warnings and deprecated methods 2014-11-02 12:12:56 +01:00
IQResultReplyFilter.java Improve Privacy List code 2015-01-07 20:54:23 +01:00
IQTypeFilter.java Add IQTypeFilter.GET_OR_SET 2015-01-07 14:35:22 +01:00
MessageTypeFilter.java Add MessageTypeFilter.NORMAL_OR_CHAT 2015-01-07 16:04:36 +01:00
MessageWithBodiesFilter.java Add MessageWithBodies and DelayedStanza Filter 2014-09-24 19:23:49 +02:00
MessageWithSubjectFilter.java Improve MUC message and presence listeners 2014-10-12 18:11:02 +02:00
NotFilter.java Make Filters fields final and use StringUtils 2014-12-09 14:32:09 +01:00
OrFilter.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PacketExtensionFilter.java Remove PacketExtensionFilter(Class) constructor 2014-12-09 14:32:09 +01:00
PacketFilter.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PacketIDFilter.java Make Filters fields final and use StringUtils 2014-12-09 14:32:09 +01:00
PacketTypeFilter.java Make Filters fields final and use StringUtils 2014-12-09 14:32:09 +01:00
PresenceTypeFilter.java Use '==' in (IQ|Message|Presence)TypeFilter 2014-12-22 16:17:17 +01:00
ThreadFilter.java Make Filters fields final and use StringUtils 2014-12-09 14:32:09 +01:00
ToFilter.java Improve MUC Presence interceptors 2014-10-12 19:34:14 +02:00
package.html Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00