public class PresenceStore extends Object
| Constructor and Description |
|---|
PresenceStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Method description
|
Collection<tigase.xmpp.JID> |
getAllKnownJIDs() |
tigase.xml.Element |
getBestPresence(tigase.xmpp.BareJID jid)
Method description
|
tigase.xml.Element |
getPresence(tigase.xmpp.JID jid)
Method description
|
boolean |
isAvailable(tigase.xmpp.BareJID jid)
Method description
|
void |
remove(tigase.xmpp.JID from) |
void |
update(tigase.xml.Element presence)
Method description
|
public void clear()
public Collection<tigase.xmpp.JID> getAllKnownJIDs()
public tigase.xml.Element getBestPresence(tigase.xmpp.BareJID jid)
jid - public tigase.xml.Element getPresence(tigase.xmpp.JID jid)
jid - public boolean isAvailable(tigase.xmpp.BareJID jid)
jid - public void remove(tigase.xmpp.JID from)
throws tigase.util.TigaseStringprepException
from - tigase.util.TigaseStringprepExceptionpublic void update(tigase.xml.Element presence)
throws tigase.util.TigaseStringprepException
presence - tigase.util.TigaseStringprepExceptionCopyright © 2007–2014 Tigase. All rights reserved.