mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02:00
pep: improve pep event filter
This commit is contained in:
parent
7f027bd339
commit
6c3cd53567
2 changed files with 9 additions and 4 deletions
|
@ -28,6 +28,8 @@ import org.jxmpp.jid.Jid;
|
|||
*/
|
||||
public class FromJidTypeFilter extends AbstractJidTypeFilter {
|
||||
|
||||
public static final FromJidTypeFilter ENTITY_BARE_JID = new FromJidTypeFilter(JidType.EntityBareJid);
|
||||
|
||||
public FromJidTypeFilter(JidType jidType) {
|
||||
super(jidType);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue