Package tigase.pubsub.repository
Class PresenceCollectorRepository.UserResourceEntry
java.lang.Object
tigase.pubsub.repository.PresenceCollectorRepository.UserResourceEntry
- Enclosing class:
- PresenceCollectorRepository
-
Constructor Summary
ConstructorsConstructorDescriptionUserResourceEntry
(PresenceCollectorRepository.UserEntry entries, String resource, String caps) -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsCapsNode
(Predicate<String> predicate) getCaps()
tigase.xmpp.jid.JID
getJid()
long
tigase.xmpp.jid.BareJID
boolean
isOlderThan
(long timestamp) void
protected boolean
-
Constructor Details
-
UserResourceEntry
public UserResourceEntry(PresenceCollectorRepository.UserEntry entries, String resource, String caps)
-
-
Method Details
-
getServiceJid
public tigase.xmpp.jid.BareJID getServiceJid() -
getJid
public tigase.xmpp.jid.JID getJid() -
getResource
-
containsCapsNode
-
getCaps
-
getLastSeen
public long getLastSeen() -
matches
-
isOlderThan
public boolean isOlderThan(long timestamp) -
markAsSeen
public void markAsSeen()
-