in reply to connection question with Net::OSCAR

Net::OSCAR appears to have a callback for connection status 'connection_changed', you could probably check for 'deleted' and initiate a reconnection from there.

  • Comment on Re: connection question with Net::OSCAR

Replies are listed 'Best First'.
Re^2: connection question with Net::OSCAR
by paulehr (Sexton) on Dec 08, 2006 at 12:12 UTC
    I saw that in there, but was not sure if that was what i need or not. I am struggling with the documentation a little bit and still trying to make sense of a few things. Thanks for the input!