protected void append(LoggingEvent event) {
  new  YahooMessengerAPI().sendYahooIM(
   getFromYahooId(),
   getFromYahooIdPassword(),
   getToYahooId(),
   (String)event.getMessage());
 }

I wonder if that keeps the YIM client logged in while the application
is running or if it connects and disconnects for each message? 

--- James Stauffer <[EMAIL PROTECTED]> wrote:

> http://today.java.net/pub/a/today/2005/09/16/errors-via-yahoo-im.html
> -- 
> James Stauffer
> Are you good? Take the test at http://www.livingwaters.com/good/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to