tigase.muc
Class PresenceStore

java.lang.Object
  extended by tigase.muc.PresenceStore

public class PresenceStore
extends Object


Constructor Summary
PresenceStore()
           
 
Method Summary
 void clear()
           
 tigase.xml.Element getBestPresence(tigase.xmpp.BareJID jid)
           
 tigase.xml.Element getPresence(tigase.xmpp.JID jid)
           
 boolean isAvailable(tigase.xmpp.BareJID jid)
           
 void remove(tigase.xmpp.JID from)
           
 void update(tigase.xml.Element presence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresenceStore

public PresenceStore()
Method Detail

clear

public void clear()

getBestPresence

public tigase.xml.Element getBestPresence(tigase.xmpp.BareJID jid)

getPresence

public tigase.xml.Element getPresence(tigase.xmpp.JID jid)

isAvailable

public boolean isAvailable(tigase.xmpp.BareJID jid)

remove

public void remove(tigase.xmpp.JID from)
            throws tigase.util.TigaseStringprepException
Parameters:
jid -
Throws:
tigase.util.TigaseStringprepException

update

public void update(tigase.xml.Element presence)
            throws tigase.util.TigaseStringprepException
Throws:
tigase.util.TigaseStringprepException


Copyright © 2007-2012 Tigase. All Rights Reserved.