tigase.muc
Class Ghostbuster

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

public class Ghostbuster
extends Object

Author:
bmalkow

Field Summary
protected  Logger log
           
static Set<String> R
           
 
Constructor Summary
Ghostbuster(MUCComponent mucComponent)
           
 
Method Summary
 PresenceModule getPresenceModule()
           
protected  void onPingReceived(tigase.server.Packet response)
           
protected  void onPingTimeout(String domain, tigase.xmpp.JID jid)
           
 void ping()
           
 void setPresenceModule(PresenceModule presenceModule)
           
 void update(tigase.server.Packet packet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

R

public static final Set<String> R

log

protected Logger log
Constructor Detail

Ghostbuster

public Ghostbuster(MUCComponent mucComponent)
Parameters:
mucComponent -
config2 -
mucRepository2 -
writer -
Method Detail

getPresenceModule

public PresenceModule getPresenceModule()

onPingReceived

protected void onPingReceived(tigase.server.Packet response)
                       throws tigase.util.TigaseStringprepException
Parameters:
stanzaFrom -
Throws:
tigase.util.TigaseStringprepException

onPingTimeout

protected void onPingTimeout(String domain,
                             tigase.xmpp.JID jid)
Parameters:
domain -
stanzaTo -

ping

public void ping()
          throws tigase.util.TigaseStringprepException
Throws:
tigase.util.TigaseStringprepException

setPresenceModule

public void setPresenceModule(PresenceModule presenceModule)

update

public void update(tigase.server.Packet packet)
            throws tigase.util.TigaseStringprepException
Throws:
tigase.util.TigaseStringprepException


Copyright © 2007-2012 Tigase. All Rights Reserved.