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 TypeMethodDescriptionbooleancontainsCapsNode(Predicate<String> predicate) getCaps()tigase.xmpp.jid.JIDgetJid()longtigase.xmpp.jid.BareJIDbooleanisOlderThan(long timestamp) voidprotected 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()
-