public interface OnlineJidsReporter
Modifier and Type | Method and Description |
---|---|
boolean |
containsJid(tigase.xmpp.BareJID jid)
Checks whether there is an online session for the given user BareJID.
|
tigase.xmpp.JID[] |
getConnectionIdsForJid(tigase.xmpp.BareJID jid)
Retrieve all connection IDs (CIDs) for the given user.
|
boolean |
hasCompleteJidsInfo()
Indicates whether given
OnlineJidsReporter contains complete
information about connected JIDs. |
boolean hasCompleteJidsInfo()
OnlineJidsReporter
contains complete
information about connected JIDs.true
if the informations are complete, false
otherwise.boolean containsJid(tigase.xmpp.BareJID jid)
jid
- id of the user which we want to check.true
if there is user session for the given JID,
false
otherwise.tigase.xmpp.JID[] getConnectionIdsForJid(tigase.xmpp.BareJID jid)
jid
- id of the user for which we want to retrieve the list.JID
containing all Connection IDs (CIDs) for
the given user.Copyright © 2014 "Tigase, Inc.". All rights reserved.