mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02:00
Merge branch 'master' of github.com:igniterealtime/Smack
This commit is contained in:
commit
498dde2d86
2 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,7 @@ public final class PepManager extends Manager {
|
|||
// TODO: Ideally PepManager would re-use PubSubManager for this. But the functionality in PubSubManager does not yet
|
||||
// exist.
|
||||
private static final StanzaFilter PEP_EVENTS_FILTER = new AndFilter(
|
||||
MessageTypeFilter.HEADLINE,
|
||||
MessageTypeFilter.NORMAL_OR_HEADLINE,
|
||||
FromJidTypeFilter.ENTITY_BARE_JID,
|
||||
EventItemsExtensionFilter.INSTANCE);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue