Hiya, anyone here know why JabberBeans wouldn't fire any ConnectionListener 
events when I kill off my Jabber server?

I'm setting it up with:

  mConnection.addConnectionListener(this);

and:

  public void connectionChanged(ConnectionEvent connectionevent)
  {
    log.info("Connection state changed.");
    if (connectionevent.getState() == ConnectionEvent.STATE_DISCONNECTED)
    {
      reConnect();
    }
  }

But I'm not seeing the event fire?

Mark
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to